安装vue-cli的时候,npm给出警告:
npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
解决方案:
降低npm版本
sudo npm install -g npm@4.6.1
标签:issue install int void col pre 命令 branch iss
安装vue-cli的时候,npm给出警告:
npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
解决方案:
降低npm版本
sudo npm install -g npm@4.6.1
标签:issue install int void col pre 命令 branch iss
原文地址:https://www.cnblogs.com/WEB-PHP/p/8667380.html