npm WARN npm npm does not support Node.js v9.1.0

前端 未结 17 2200
不思量自难忘°
不思量自难忘° 2020-12-05 09:28

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

17条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-05 09:45

    You can uninstall node current version, and install a early version that support npm. Then run npm install npm@latest -g and install current node version. It's work for me

提交回复
热议问题