-
Notifications
You must be signed in to change notification settings - Fork 473
[README]Node版本标记需要更新 #729
New issue
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
Comments
我刚用 Node 20.18.1 试了一下,没有异常。你的 Node 版本是多少? |
Doesn't work on node v18.20.2 either, same issue: |
We had someone report this on Vue Land too. I believe the problem is this line in const language = await getLanguage(path.resolve(import.meta.dirname, "locales"));
|
haoqunjiang
added a commit
that referenced
this issue
Apr 2, 2025
Closes #729 The bug is again related to the CLI code rather than the template - we need to refactor the CI workflow to test the CLI code in all environments.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当我在使用
Node.js v20.*
通过创建项目时,抛出异常
TypeError
,其中提到一个Path[0]
。目前我已更新使用
Node.js v22.14.0
,此时才能成功创建项目。The text was updated successfully, but these errors were encountered: