安装cnpm时报错
报错:npm WARN deprecated [email protected]: 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 install [email protected] -g
报错:npm WARN deprecated [email protected]: 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 install [email protected] -g