gpt4 book ai didi

Laravel 8 全新安装,带有 livewire npm install && npm run dev 错误

转载 作者:行者123 更新时间:2023-12-04 11:20:49 25 4
gpt4 key购买 nike

在 CLI 中使用 livewire 安装新的 Laravel 8.1 时,我运行 npm run dev 我得到了这个,我是新来的,所以请帮帮我?

> mix

[webpack-cli] /var/www/html/Am2/node_modules/laravel-mix/src/Mix.js:18
static _primary = null;
SyntaxError: Unexpected token =
at new Script (vm.js:83:7)
at NativeCompileCache._moduleCompile (/var/www/html/Am2/node_modules/v8-compile-cache/v8-compile-cache.js:240:18)
at Module._compile (/var/www/html/Am2/node_modules/v8-compile-cache/v8-compile-cache.js:184:36)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (/var/www/html/Am2/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at module.exports (/var/www/html/Am2/node_modules/laravel-mix/setup/webpack.config.js:2:17)
错误

最佳答案

需要更新节点版本。

Ubuntu (Linux)


运行此命令以更新节点
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
在此关闭当前终端并打开新终端并在 中运行此命令之后项目目录
sudo npm install 
npm run dev

关于Laravel 8 全新安装,带有 livewire npm install && npm run dev 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65653570/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com