Node.js NPM
What is NPM?
NPM is a package manager for Node.js packages which hosts thousands of free packages. A package in Node.js contains all the files you need for a module.
Download a Package
Open terminal and run npm install package-name.
npm install upper-case
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Comments
Post a Comment