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 成功
相關文章
相關標籤/搜索