你好,我刚刚安装了Laravel微风并试图运行它,但是它显示了以下错误:
Vite manifest not found at: ...\public\/build/manifest.json
通过搜索这个错误,我尝试了不同的答案,但都徒劳无功:
npm run build, npm run serve
它给出了这个错误
Missing script: "build"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\umar\AppData\Local\npm-cache\_logs\2022-07-17T08_18_43_641Z-debug.log
发布于 2022-07-28 07:36:29
在当前版本的laravel (如9.19或更高版本)中,我们必须启动"npm“,在新的终端上运行serve命令”“,而它将工作得很好。
https://stackoverflow.com/questions/73010349
复制相似问题