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

The engine "node" is incompatible with this module. #71

Closed
freakkiller opened this issue Jun 1, 2023 · 2 comments
Closed

The engine "node" is incompatible with this module. #71

freakkiller opened this issue Jun 1, 2023 · 2 comments

Comments

@freakkiller
Copy link

Environment

{
"name": "xxx",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"nuxt": "^3.4.3",
"primeicons": "^6.0.1",
"primevue": "^3.28.0"
},
"dependencies": {
"@pinia/nuxt": "^0.4.10",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"axios": "^1.4.0",
"swiper": "^9.3.0",
"pinia": "^2.0.36",
"sass": "^1.62.1"
}
}

Reproduction

Upgrade to node version 20.2.0 and try to run yarn install

Describe the bug

error nypm@0.2.0: The engine "node" is incompatible with this module. Expected version "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0". Got "20.2.0"
error Found incompatible module.

Additional context

No response

Logs

No response

Copy link
Member

danielroe commented Jun 1, 2023

the fix has been merged but needs to be released: #67 and #70.

cc: @pi0

@pi0
Copy link
Member

pi0 commented Jun 6, 2023

Should be fixed in latest release

@pi0 pi0 closed this as completed Jun 6, 2023
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

No branches or pull requests

3 participants