question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Now install fail (engine node incompatibile)

See original GitHub issue

Anyone 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:open
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
lucifer1004commented, Nov 10, 2018

You can modify the node version defined in package.json to ‘8’ or ‘10’.

0reactions
r39132commented, Sep 13, 2018

I am getting the same error

> WARN! Requested node version 6.11.1 is not available
> Using Node.js 8.11.3 (default)
> https://slackin-rpwtxtqtbd.now.sh [in clipboard] (sfo1) [2s]
> 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

And I agree this looks like a dupe of #379

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found