记一次vue-element-admin的安装依赖的坑

npm ERR! code ENOENT

删除本地node_modules文件夹,之后再次npm install即可恢复

npm ERR! code 128

``` git config --global url."https://".insteadOf git:// npm cache clean --force git config --global http.sslverify "false" npm cache clear ```
posted @ 2019-12-05 10:06  小丁123  阅读(3200)  评论(0)    收藏  举报