npm install 报错

解决办法: 1. npm install npm -g 要记住全局更新 2. 再查看一下npm版本:npm -v 3. 复制以下命令执行,注意末尾带冒号:   npm install --registry=https://registry.npm.taobao.org --loglevel=silly: 4. npm cache clean --force 清除缓存 5. npm stall 成功
相关文章
相关标签/搜索