这个报错出现的场景是 clon 完 jetlinks-ui-antd 之后,下载依赖时产生的报错
本机是 window 10,vue 项目
nodel_module
文件package.lock.json
文件也删除npm install npm -g
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
虽然有报红,但是最后有个小对勾就是可以的,最后启动你的项目试试看能不能启动吧!
我的项目是输入 npm start
启动成功!
原文:https://www.cnblogs.com/Monster-su/p/14793423.html