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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -