1.

How do you update NPM to a new version in Node.js?

Answer» EXAMPLE

$ sudo npm install npm -G
/usr/bin/npm -> /usr/lib/node_modules/npm/bin/npm-cli.js
[EMAIL protected] /usr/lib/node_modules/npm



Discussion

No Comment Found