The engine "node" is incompatible with this module
See original GitHub issueI’m not able to install the package via yarn. After cloning the repository and running “yarn” at the root of the project I receive this error:
yarn install v1.7.0
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error aws-cloudfront-invalidate@0.1.3: The engine "node" is incompatible with this module. Expected version "^6.3.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Using node 8.11.1, yarn 1.7.0, mac os x 10.13.5 high sierra.
Should I switch to node 6?
Issue Analytics
- State:
- Created 5 years ago
- Comments:10
Top Results From Across the Web
The engine "node" is incompatible with this module
yes , you are getting this error because of incompatibility between the package version and node engine. – Shubham Sharma. Jun 16, 2019...
Read more >The engine "node" is incompatible with this module when npm ...
Steps to Reproduce. Run npm install (or yarn install ) on a remix project using node version 14.15.4 CleanShot ...
Read more >React Native Builds fail with, "The engine "node" is ...
We've come across some issues, where a React Native build would fail, stating that the Node version is incompatible with the Node version...
Read more >The engine "node" is incompatible error when tryin...
I'm trying to deploy my site after via `bitbucket-pipeline` after updating some of the dependencies, but I'm getting the following error.
Read more >Yarn install failing - Google Groups
I am getting module version error, I am installing dspace 7.1 on ubuntu 20.04 ... 0.1200.5: The engine "node" is incompatible with this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@xBau Fantastic! Glad to hear it. Thanks for bringing that up so I could get rid of that issue. Appreciate it!
@xBau The new repo is good to clone now. Hopefully this solves your issue