Skip to content

Commit

Permalink
Node.js v18.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Oct 25, 2024
1 parent 5e550cd commit d5ba6a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.20.2
v18.20.4
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See [deployment manual](https://docs.kamu.dev/node/deploy/) on how to deploy the
### Technologies

- TypeScript, version: 5.1.6;
- [Node.js](https://nodejs.org/en/download/releases/), version: 18.20.0;
- [Node.js](https://nodejs.org/en/download/releases/), version: 18.20.4;
- [Angular CLI](https://github.com/angular/angular-cli), version 16.2.14.

### Libraries
Expand All @@ -60,15 +60,15 @@ See [deployment manual](https://docs.kamu.dev/node/deploy/) on how to deploy the

0. Do it once:

- download and install [Node.js](https://nodejs.org/en/download/releases/), version: 18.20.0
- download and install [Node.js](https://nodejs.org/en/download/releases/), version: 18.20.4

or

- install Node.js with [Node.js Version Manager](https://github.com/nvm-sh/nvm).

Using `nvm` (Node.js Version Manager) makes it easier to install and manage multiple versions of Node.js on a single local environment.

To install a specific version of node: `nvm install 18.20.0`
To install a specific version of node: `nvm install 18.20.4`

1. Install packages that project depends on: `npm install` and `npm run install_pretty_quick`
2. Run application locally: `ng serve` or `npm run start`
Expand Down

0 comments on commit d5ba6a5

Please sign in to comment.