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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -