Version of Node.js and npmMeet Shah9yAsked Jun 13, 2017, 5:37 AM1.1kNode.jsWhat is the current Version of Node and npm ?How can i update my npm via command line ?
Amit Kumar Singh9y agoPosted Sep 4, 2017, 11:53 AMTo know current version of node and npm. In terminal enter the below command. 1>Check node versionnode -v 2>Check npm versionnpm -v 3> To update you npmsudo npm install -g npm
Vivek Kumar9y agoPosted Jun 13, 2017, 8:48 AMYou can take help from below link for updating npm. https://stackoverflow.com/questions/18412129/how-do-i-update-node-and-npm-on-windows http://exponential.io/blog/install-or-upgrade-nodejs-on-windows/ For version check: https://stackoverflow.com/questions/14888471/node-js-version-on-the-command-line-not-the-repl https://stackoverflow.com/questions/10972176/find-the-version-of-an-installed-npm-package
Rajkiran Swain9y agoPosted Jun 13, 2017, 7:00 AMhttps://stackoverflow.com/questions/6237295/how-can-i-update-node-js-and-npm-to-the-next-versions
Amit Kumar SinghPosted Sep 4, 2017, 11:53 AM
Vivek KumarPosted Jun 13, 2017, 8:48 AM
Rajkiran SwainPosted Jun 13, 2017, 7:00 AM