Differences between revisions 2 and 3
Revision 2 as of 2013-12-03 20:07:24
Size: 215
Editor: PieterSmit
Comment:
Revision 3 as of 2017-08-23 09:02:28
Size: 319
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

== NPM ==
 * sudo apt install npm
 * sudo npm install npm -g
 * npm install -g @angular/cli
 
 

Node JS

  • javascript, serverside, runs on V8-Google javascript engine.

NPM

  • sudo apt install npm
  • sudo npm install npm -g
  • npm install -g @angular/cli

...


CategoryDevelopement

nodejs (last edited 2023-10-02 09:22:10 by PieterSmit)