vue-element-admin npm run dev 报错

9o685dep  于 22天前  发布在  其他
关注(0)|答案(1)|浏览(20)

events.js:183
throw er; // Unhandled 'error' event
^

Error: spawn cmd ENOENT
at _errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
at onErrorNT (internal/child_process.js:372:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vue-element-admin@4.2.1 dev: vue-cli-service serve --open
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vue-element-admin@4.2.1 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\Skylar-123\AppData\Roaming\npm-cache_logs\2020-08-19T08_20_28_643Z-debug.log

相关问题