sudo: npm: command not found

前端 未结 25 2723
渐次进展
渐次进展 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 02:00

    Appended npm binary path to sudo path using visudo and editing "secure_path"

    Now "sudo npm" works

提交回复
热议问题