美文网首页
安装node

安装node

作者: 不进则退 | 来源:发表于2022-03-29 20:53 被阅读0次

    安装nvm,用来管理node

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
    

    判断nvm是否安装成功

    command -v nvm
    

    通过nvm安装node

    nvm install node
    

    to download the latest version of npm, on the command line, run the following command:

    npm install -g npm
    

    相关文章

      网友评论

          本文标题:安装node

          本文链接:https://www.haomeiwen.com/subject/vnlbjrtx.html