File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- v16 .20.2
1
+ v18 .20.4
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ See [deployment manual](https://docs.kamu.dev/node/deploy/) on how to deploy the
38
38
### Technologies
39
39
40
40
- TypeScript, version: 5.1.6;
41
- - [ Node.js] ( https://nodejs.org/en/download/releases/ ) , version: 18.20.0 ;
41
+ - [ Node.js] ( https://nodejs.org/en/download/releases/ ) , version: 18.20.4 ;
42
42
- [ Angular CLI] ( https://github.com/angular/angular-cli ) , version 16.2.14.
43
43
44
44
### Libraries
@@ -60,15 +60,15 @@ See [deployment manual](https://docs.kamu.dev/node/deploy/) on how to deploy the
60
60
61
61
0 . Do it once:
62
62
63
- - download and install [ Node.js] ( https://nodejs.org/en/download/releases/ ) , version: 18.20.0
63
+ - download and install [ Node.js] ( https://nodejs.org/en/download/releases/ ) , version: 18.20.4
64
64
65
65
or
66
66
67
67
- install Node.js with [ Node.js Version Manager] ( https://github.com/nvm-sh/nvm ) .
68
68
69
69
Using ` nvm ` (Node.js Version Manager) makes it easier to install and manage multiple versions of Node.js on a single local environment.
70
70
71
- To install a specific version of node: ` nvm install 18.20.0 `
71
+ To install a specific version of node: ` nvm install 18.20.4 `
72
72
73
73
1 . Install packages that project depends on: ` npm install ` and ` npm run install_pretty_quick `
74
74
2 . Run application locally: ` ng serve ` or ` npm run start `
You can’t perform that action at this time.
0 commit comments