-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 when npm install
on node 14.5.4
#3652
Labels
Comments
cliffordfajardo
changed the title
Update package.json's
The engine "node" is incompatible with this module when Jul 5, 2022
engines.node
version valuenpm install
on node 14.5.4
EDIT: |
I think the documentation needs to be updated here. |
Sure - Ill specify that you need to be on either of those 3 node versions at this time since its a hard requirement of eslint EDIT - new PR |
2 tasks
upgrade Node by the commande line (bow upgrade node) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Remix are you using?
1.6.3
Steps to Reproduce
npm install
(oryarn install
) on a remix project using node version14.15.4
Output
Expected Behavior
installing dependencies (npm install..) should not fail as the minimum node version recommended in remix docs is node 14
The
The text was updated successfully, but these errors were encountered: