'vue-cli-service' 不是内部或外部命令,也不是可运行的程序 或批处理文件。
‘vue-cli-service’ 不是内部或外部命令,也不是可运行的程序或批处理文件。npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! xianshenglu.github.io@0.1.0 serve: vue-cli-service servenpm ERR! Exit status 1npm ERR!npm ERR! Faile...
·
仗剑天涯,从你的努力开始
‘vue-cli-service’ 不是内部或外部命令,也不是可运行的程序
或批处理文件。
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! xianshenglu.github.io@0.1.0 serve: vue-cli-service serve
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the xianshenglu.github.io@0.1.0 serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
解决办法*
- cmd进入当前项目
- npm install vue-cli
- npm run serve
更多推荐
已为社区贡献6条内容
所有评论(0)