Now install fail (engine node incompatibile)
See original GitHub issueAnyone encountered this? I’m trying to deploy to Now with default settings. Not sure how to proceed. This is right after 4 values are entered into a CLI
> WARN! Requested node version 6.11.1 is not available
> Using Node.js 8.11.3 (default)
> https://slackin-okvkceeimm.now.sh [in clipboard] (bru1) [4s]
> Building…
> ▲ yarn
> yarn install v1.9.4
> info No lockfile found.
> [1/5] Validating package.json...
> error slackin@0.14.0: The engine "node" is incompatible with this module. Expected version "6.11.1".
> error Found incompatible module
> info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
> Error! Build failed
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
The engine "node" is incompatible with this module
Any idea how will this be resolved? yes , you are getting this error because of incompatibility between the package version and node...
Read more >[yarn][beta] "engine node is incompatible" error #1200 - GitHub
This issue may be caused by an out of date package cache that is downloading a different version of fetch-blob than the one...
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 >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 with this module. Expected ...
Hi, This seems like a common error but I'm still not finding a solution. My site works on my local machine but fails...
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
You can modify the node version defined in package.json to ‘8’ or ‘10’.
I am getting the same error
And I agree this looks like a dupe of #379