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

前端 未结 17 2184
不思量自难忘°
不思量自难忘° 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:50

    Executing npm uninstall -g npm gave me same error enter image description here

    • Uninstall Node.js installed in the system
    • Goto c:\Program File\nodejs (default location of the nodejs installation). Remove all contents of the folder manually.
    • Install Node.js again.

    running npm install @angular/cli -g worked for me.

提交回复
热议问题