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

vercel部署最低nodejs为22.x 但@achrinza/node-ipc最高支持到17 无法使用vercel部署 #2367

Open
yunsen2025 opened this issue Feb 3, 2025 · 2 comments

Comments

@yunsen2025
Copy link

网页版vercel部署 直接部署时报错Node.js Version "16.x" is discontinued and must be upgraded. Please set "engines": { "node": "22.x" } in your package.json file to use Node.js 22.

Image

手动修改"engines": {
"node": "22.x"
}后报错error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "22.13.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: Command "yarn install" exited with 1

@xymn2023
Copy link

xymn2023 commented Feb 6, 2025

Error: Node.js Version "16.x" is discontinued and must be upgraded. Please set "engines": { "node": "22.x" } in your package.json file to use Node.js 22.
Learn More: http://vercel.link/node-version
一样的,我vercel部署也是这个问题

@aakarshitChoudhary
Copy link

aakarshitChoudhary commented Feb 19, 2025

@yunsen2025 is there any way to resolve this issue?

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