-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Generator error on Node 20.6.0 #23417
Labels
Milestone
Comments
deepu105
added
javascript
Pull requests that update Javascript code
and removed
theme: undefined
labels
Sep 6, 2023
Workaround is to downgrade to v20.5.1. Dropping shelljs another error appears:
|
Lets set the required nodejs version to < 20.6 until we have a solution
…On Wed, 6 Sept 2023, 9:19 pm Marcelo Shima, ***@***.***> wrote:
Workaround is to downgrade to v20.5.1.
Dropping shelljs another error appears:
ERROR! ERROR! Cannot set property Argument of #<Object> which has only a getter
TypeError: Cannot set property Argument of #<Object> which has only a getter
at Object.<anonymous> (/Users/mshima/git/generator-jhipster/node_modules/dockerfile-ast/lib/main.js:3:637)
at Module._compile (node:internal/modules/cjs/loader:1241:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1295:10)
—
Reply to this email directly, view it on GitHub
<#23417 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIOKFYJEY5VSDXHEJZOJULXZCLRDANCNFSM6AAAAAA4MGIBDI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I can confirm that the code can be generated with the bug fixed v20.6.1. |
deepu105
added a commit
to deepu105/generator-jhipster
that referenced
this issue
Oct 14, 2023
mshima
pushed a commit
that referenced
this issue
Oct 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Node.js v20.6.0 Generator is throwing the following error. This affects the v8.0.0-beta.3 and main branch
The text was updated successfully, but these errors were encountered: