Kenil Vasani 646 Questions 567 Answers 77 Best Answers 26 Points View Profile 0 Kenil Vasani Asked: December 19, 20202020-12-19T21:58:06+00:00 2020-12-19T21:58:06+00:00 npm WARN npm npm does not support Node.js v9.1.0 0 I updated to the latest node v9.1.0 and now npm doesn’t work. npm WARN npm npm does not support Node.js v9.1.0 node.jsnpm Share Facebook 1 Answer Voted Kenil Vasani 646 Questions 567 Answers 77 Best Answers 26 Points View Profile Best Answer Kenil Vasani 2020-12-19T21:55:51+00:00Added an answer on December 19, 2020 at 9:55 pm It turns out that the current installed npm is not compatible with the new node and has a hard time updating. The solution is to uninstall npm and then reinstall node which will contain the correct version of npm. Here’s how: Uninstall npm. Mac: sudo npm uninstall -g npm Windows: npm uninstall -g npm Install node from https://nodejs.org 0 Share Share Share on Facebook Share on Twitter Share on LinkedIn Share on WhatsApp You must login to add an answer. Username or email* Password* Remember Me! Forgot Password?
Kenil Vasani
It turns out that the current installed
npm
is not compatible with the newnode
and has a hard time updating.The solution is to uninstall
npm
and then reinstallnode
which will contain the correct version ofnpm
.Here’s how:
Uninstall
npm
.Install
node
from https://nodejs.org