Wednesday, 30 March 2016

How to check version and update the npm ?


Check version of npm
$ npm --version
x.y.z

If you want to update npm with new version
$ sudo npm install npm -g

No comments:

Post a Comment

Note: only a member of this blog may post a comment.