sudo: npm: command not found

前端 未结 25 2725
渐次进展
渐次进展 2020-11-28 01:19

I\'m trying to upgrade to the latest version of node. I\'m following the instructions at http://davidwalsh.name/upgrade-nodejs

But when I do:

sudo np         


        
25条回答
  •  没有蜡笔的小新
    2020-11-28 01:37

    In case could be useful for anyone that uses rh-* packages this worked for me:

    sudo ln -s /opt/rh/rh-nodejs8/root/usr/bin/npm /usr/local/bin/npm
    

提交回复
热议问题