Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

npm global flag

// Installing a package globally allows you to use the code in the package as a set of tools on your local computer.
// To download and install packages globally, on the command line, run the following command:

$ npm install -g <package_name>
 
PREVIOUS NEXT
Tagged: #npm #global #flag
ADD COMMENT
Topic
Name
4+7 =