We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本地运行, 报错无法解析配置文件:everyone-can-use-english/enjoy/forge.config.js. 如下
··· ✅ Dict cam_dict.refined.sqlite already exists ✅ Dict cam_dict.refined.sqlite valid ✔ Checking your system ✔ Locating application ✖ Loading configuration › 1. Unexpected identifier 'assert' 2. Unexpected identifier 'assert' ◼ Preparing native dependencies ◼ Running generateAssets hook ◼ Running preStart hook ···
修改如下,运行成功. 本地环境使用node最新版本。
// import pkg from "./package.json" assert { type: "json" }; import pkg from "./package.json" with { "type": "json" }
The text was updated successfully, but these errors were encountered:
fix #1288
60caccd
f3b3902
No branches or pull requests
本地运行, 报错无法解析配置文件:everyone-can-use-english/enjoy/forge.config.js. 如下
修改如下,运行成功. 本地环境使用node最新版本。
The text was updated successfully, but these errors were encountered: