Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install express JS

go to the project directory and run in command prompt
npm i express //i stands for install

//for installing globally
npm i express -g
 
PREVIOUS NEXT
Tagged: #install #express #JS
ADD COMMENT
Topic
Name
6+5 =