How to Reinstall Broken npm

前端 未结 4 868

I just installed node v9.11.1 when I try to use npm I keep getting the following error:

npm WARN npm npm does not support Node.js v9.11.1
npm W         


        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 08:12

    Try this command to reinstall npm

    npm install -g npm-reinstall
    

    If you are using a linux distribution add sudo

    sudo npm install -g npm-reinstall
    

提交回复
热议问题