1.npm修改淘宝镜像
npm config set registry=https://registry.npm.taobao.org
2.nohup 命令
用途:不挂断地运行命令。
语法:nohup Command [ Arg … ] [ & ]
例子:nohup /root/start.sh &
3 npm install异常:Unexpected end of JSON input while parsing near ‘…”:1461951704379},”0.6’
处理方式:
npm cache clean --force