#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
情趣用品,延时产品,各种都有,添加 微信:yztt15 备注:情趣!
本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 245450443@qq.com 举报,一经查实,本站将立刻删除。
如若转载,请注明出处:https://www.i1026.com/16773.html
如若转载,请注明出处:https://www.i1026.com/16773.html