edit-article
Home
Up
Delete
Article Name:
Article Description:
FEATURE-npm - node package manager(npm) is a package management tool that is shipped with the nodejs javascript runtime environment
Chapter ID/Name:
Status:
Write
Writing
Written
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">node package manager(npm)</h1> <h2>[WHAT]</h2> <ol> <li>[] node package manager(npm) is a package management tool that is shipped with the nodejs javascript runtime environment</li> </ol> <h2>[WHY]</h2> <ol> <li>[] npm facilitates the download and installation of node packages into your node application.</li> <li>[] packages may consist of javascript libraries, frameworks, applications, components, tools or ???</li> </ol> <h2>[WHERE]</h2> <ol> <li><strong>[] READ THE FULL ARTICLE</strong></li> <ol> <li>[] # <a href="https://docs.npmjs.com/about-npm/" target="_blank">https://docs.npmjs.com/about-npm/</a></li> </ol></ol> <h2>[WHEN]</h2> <ol> <li>[]</li> </ol> <h2>[EXAMPLE]</h2> <ol> <li><strong>[] >npm install -g vuejs <br /></strong></li> <ol> <li>[] using the above command from a terminal on the host machine, would install the vuejs package globally</li> <li>[] the example command below uses the npm package manager to install the vuejs framework package, the -g switch ensures the application will be installed globally versus just into the current application</li> </ol></ol> <h2>[HOW-TO]</h2> <ol> <li>[] install npm<strong> <br /></strong></li> </ol> <h2>[REFERENCE]</h2> <div><ol> <li>[]</li> </ol></div> <h1 style="text-align: center;"> </h1>