客戶的開發(fā)項目采用Vue開發(fā),運(yùn)行npm run dev命令報錯如下:
> mix
'mix' 不是內(nèi)部或外部命令,也不是可運(yùn)行的程序
或批處理文件。
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ development: `mix`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ development 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?
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2022-07-07T03_20_04_511Z-debug.log
我們需要把依賴關(guān)系包更新一下才行
解決方法:npm install
運(yùn)行完成之后,再次執(zhí)行npm run dev
終于編譯成功!
Laravel Mix v6.0.49
? Compiled Successfully in 1333ms
┌─────────────────────────────────────────────────────────────────────────────────────
───────────────────────────────────────────────────────────────────────────┬─────────┐
│ File │ Size
│
├─────────────────────────────────────────────────────────────────────────────────────
───────────────────────────────────────────────────────────────────────────┼─────────┤
│ /js/app.js │ 606 KiB
│
│ css/app.css │ 1 bytes
│
└─────────────────────────────────────────────────────────────────────────────────────
───────────────────────────────────────────────────────────────────────────┴─────────┘
webpack compiled successfully