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

Vue cli报错npm ERR! testroute@0.1.0 serve: `vue-cli-service serve`

邢卓
2023-12-01

Vue cli报错npm ERR! testroute@0.1.0 serve: vue-cli-service serve

npm ERR! errno 1
npm ERR! testroute@0.1.0 serve: vue-cli-service serve
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the testroute@0.1.0 serve 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\zhang\AppData\Roaming\npm-cache_logs\2021-03-15T11_29_47_719Z-debug.log

解决办法:
npm cache clean --force
npm install

如果再出现这个:'D:\andex\stofrontend\node_modules\node-sass\vendor

npm rebuild node-sass

 类似资料: