你好,我刚刚安装了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
4条答案
按热度按时间e0bqpujr1#
在以下位置未找到Vite清单:C:\xampp\htdocs\eBook\public\build/manifest.json如果你发现这种错误,而不是php工匠服务使用npm运行开发尝试到您的浏览器作为其他时间
g6baxovj2#
我也遇到了同样的问题。对我来说是NPM版本的问题。我更新了它,Ubuntu,并再次重复了整个过程,效果很好。
j8yoct9x3#
尝试更新你的nodejs到最新版本(18.6).
9rygscc14#
在当前版本的laravel如9.19或以上,我们必须启动“npm运行开发”,并在新的终端运行服务命令“php arisan serve”比它会工作得很好