当前位置: 首页 > 工具软件 > vue-command > 使用案例 >

npm run serve 报sh: vue-cli-service: command not found求助

薛修能
2023-12-01

MacBookPro m1 npm run serve 报sh: vue-cli-service: command not found求助

1、重新安装
将文件夹node_modules 删除在执行 npm/cnpm install 进行重新安装

2、指定路径

./node_modules/.bin/vue-cli-service build

3、全局安装

npm install @vue/cli-service -g

4、环境变量NODE_ENV=production

5清除缓存

基本上能查到的方法都用了还是报上边的错误,但是通过./node_modules/.bin/vue-cli-service serve --open能起来服务 ,谁能告诉我一下什么原因,拜托了

 类似资料: