May 2018
Intermediate to advanced
492 pages
12h 3m
English
The npm install command makes it easy to install packages upon finding the one of your dreams, as follows:
$ npm install express /home/david/projects/notes/ - express@4.13.4 ...
The named module is installed in node_modules in the current directory. The specific version installed depends on any version number listed on the command line, as we see in the next section.
Read now
Unlock full access