node.js - Is it possible to update NPM using NPM? -
i having problem node module installed , think because node version out of date. went through process of updating , it's pretty mind-numbingly tedious. know node package manager lets install updates other modules, possible update using npm?
yes. npm
package.
npm update -g npm
simple.
Comments
Post a Comment