#node 12安装 #centos 版本 curl -sL https://rpm.nodesource.com/setup_12.x | bash - yum install nodejs curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo yum install yarn #ubuntu 版本 sudo apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt install nodejs #nvm安装 git clone https://gitee.com/Annlix/nvm-sh_nvm.git .nvm cd.nvm sh nvm.sh echo "source ~/.nvm/nvm.sh" >> ~/.bashrc source ~/.bashrc nvm list #安装fis npm install -g fis npm install -g fis-postprocessor-require-async #设置淘宝源 npm config set registry https://registry.npm.taobao.org npm config get registry
正文
nodejs下载(nodejs 安装)
由于无法甄别是否为投稿用户创作以及文章的准确性,本站尊重并保护知识产权,根据《信息网络传播权保护条例》,如我们转载的作品侵犯了您的权利,请在一个月内通知我们,请将本侵权页面网址发送邮件到,我们会做删除处理。
还没有评论,来说两句吧...