sudo: npm: command not found

前端 未结 25 2721
渐次进展
渐次进展 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:57

    For debian after installing node enter

    curl -k -O -L https://npmjs.org/install.sh    
    ln -s /usr/bin/nodejs /usr/bin/node  
    sh install.sh
    

提交回复
热议问题