‘vue-cli-service‘ is not recognized as an internal or external command

Posted 沛沛老爹

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了‘vue-cli-service‘ is not recognized as an internal or external command相关的知识,希望对你有一定的参考价值。

‘vue-cli-service‘ is not recognized as an internal or external command

这个问题的解决方法。

1、在项目的根目录下直接运行npm cache clean --force && npm install命令。

2、删除node_modules文件夹,然后再执行npm install命令。

3、看下是不是你没有在packjson里面设置vue-cli的这个依赖。

原因说下,主要这个是因为你手动删了一些东西,导致文件和modules里面对应不了。这个情况比较常见。还有就是缓存的问题导致的。

第三个那个一般不存在的。

以上是关于‘vue-cli-service‘ is not recognized as an internal or external command的主要内容,如果未能解决你的问题,请参考以下文章

为啥在创建新的 eslint-plugin 后“vue-cli-service build”会失败,并出现错误“TypeError: eslint.CLIEngine is not a constru

vue-cli-service: command not found

运行 Vue 应用程序时出现错误“vue-cli-service: command not found”

npm run server 抛出错误 sh: 1: vue-cli-service: not found

Vue.js项目无法启动:sh: 1: vue-cli-service: not found

sh: vue-cli-service: command not found