npm ERR!code ETIMEOUT
设置代理关闭:npm config set proxy false
清除缓存:npm cache clean
若报错则:npm cache clean --force
降级npm版本:npm intsall npm@6.14.10 -g
设置淘宝镜像:npm config set registry https://registry.npm.taobao.org
或者尝试root权限启动npm:sudo npm install
npm ERR!code ETIMEOUT
设置代理关闭:npm config set proxy false
清除缓存:npm cache clean
若报错则:npm cache clean --force
降级npm版本:npm intsall npm@6.14.10 -g
设置淘宝镜像:npm config set registry https://registry.npm.taobao.org
或者尝试root权限启动npm:sudo npm install