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

fix: bump node #920

Closed

Conversation

rythm-of-the-red-man
Copy link
Contributor

Node 14 is referenced in .nvmrcwhich causes netlify deploymet to fail if NODE_VERSION is not set to 14. I successfully deployed it with node 18 so it might be a good idea to bump it.

Traceback:


4:43:07 PM: Installing npm packages using Yarn version 1.22.19
4:43:08 PM: yarn install v1.22.19
4:43:08 PM: [1/4] Resolving packages...
4:43:08 PM: [2/4] Fetching packages...
4:43:32 PM: Failed during stage "Install dependencies": dependency_installation script returned non-zero exit code: 1
4:43:32 PM: error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18". Got "14.21.3"
4:43:32 PM: error Found incompatible module.

@EmaSuriano
Copy link
Owner

Version is already 18 :)

@EmaSuriano EmaSuriano closed this Nov 20, 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

Successfully merging this pull request may close these issues.

2 participants