Skip to content
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

Support Node.js v20 #45

Closed
jokay opened this issue Apr 24, 2023 · 4 comments · Fixed by #48
Closed

Support Node.js v20 #45

jokay opened this issue Apr 24, 2023 · 4 comments · Fixed by #48
Assignees

Comments

@jokay
Copy link

jokay commented Apr 24, 2023

It seems Node.js v20 is not yet supported?

yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error @achrinza/node-ipc@9.2.6: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19". Got "20.0.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
@BingeCode
Copy link

BingeCode commented May 4, 2023

Same problem here. Have you found a workaround?

EDIT: You can use the n package to interactively change your node version.

@jokay
Copy link
Author

jokay commented May 4, 2023

Well for now, the only workaround is not to merge the dependency of the updated Node.js.

It affects sadly multiple projects / repositories on our side.

@JulienItard
Copy link

I need it too !

@achrinza
Copy link
Owner

Hi all, apologies Ive been away from GitHub fie a bit. Will make some time to settle this this week.

@achrinza achrinza self-assigned this Jun 12, 2023
achrinza added a commit that referenced this issue Jun 22, 2023
closes: #45

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit that referenced this issue Jun 22, 2023
closes: #45

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit that referenced this issue Jun 22, 2023
Also added missing v19 to test matrix.

closes: #45

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit that referenced this issue Jun 22, 2023
Also added missing v19 to test matrix.

closes: #45

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants