从githup拉取Element-ui-admin项目,运行npm run dev命令时产生。
'vue-cli-service' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! vue-element-admin@4.4.0 dev: `vue-cli-service serve` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the vue-element-admin@4.4.0 dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2021-04-24T03_02_04_100Z-debug.log
找不到原因,在网上找了很多解决办法,结果都没用
//试过了,没用 npm install
把node_modules 目录删除,重写下载依赖npm install
npm install
然后再执行npm run dev 命令
npm run dev
成功启动