What is npm?
Well if you are interested in working with Node.js then you should know and be familiar with npm. npm is short term for Node.js Package Manager. With this developers have the ability to reuses sets of codes not only what they wrote but also what others wrote as well.
This is the official web page of npm
So if you are using an Mac you can update your npm using the following command
sudo npm install npm -g

No comments:
Post a Comment