Adam Majer changed bug 1094617
What Removed Added
Status NEW RESOLVED
Resolution --- INVALID
Assignee i@marguerite.su amajer@suse.com

Comment # 2 on bug 1094617 from
Thank you for the bug report. Unfortunately, or fortunately, the version of npm
included as part of nodejs10 distribution is the version packaged by upstream
Node.js distribution.

If you would like newer version of npm installed, install it with `npm install
-g npm`.

NOTE: set your prefix path with `npm config` (eg. npm config prefix
${HOME}/.npm) and point your PATH there so you can install global modules
without actually running npm as root.


You are receiving this mail because: