1.npm install時,出現
1111.png
2.解決方案:
1)執行該條命令
git config --global url."https://".insteadOf git://
2)重新執行
npm install 或
npm install --registry=https://registry.npm.taobao.org(該條命令速度快點)
1.npm install時,出現
2.解決方案:
1)執行該條命令
git config --global url."https://".insteadOf git://
2)重新執行
npm install 或
npm install --registry=https://registry.npm.taobao.org(該條命令速度快點)