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

Now install fail (engine node incompatibile) #383

Open
styk-tv opened this issue Sep 6, 2018 · 6 comments · May be fixed by #387
Open

Now install fail (engine node incompatibile) #383

styk-tv opened this issue Sep 6, 2018 · 6 comments · May be fixed by #387

Comments

@styk-tv
Copy link

styk-tv commented Sep 6, 2018

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
@styk-tv
Copy link
Author

styk-tv commented Sep 6, 2018

09/06 11:20 AM (4m) yarn
09/06 11:20 AM (4m) yarn install v1.9.4
09/06 11:20 AM (4m) info No lockfile found.
09/06 11:20 AM (4m) [1/5] Validating package.json...
09/06 11:20 AM (4m) error slackin@0.14.0: The engine "node" is incompatible with this module. Expected version "6.11.1".
09/06 11:20 AM (4m) error Found incompatible module
09/06 11:20 AM (4m) info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

@styk-tv
Copy link
Author

styk-tv commented Sep 6, 2018

screen shot 2018-09-06 at 11 26 42

Could it be I need to have a local version of node matched? I don't see how this would make a difference for remote deployment. Please advise...

@lpatmo
Copy link

lpatmo commented Sep 12, 2018

I get the same error after I input the four API keys!

> WARN! Requested node version 6.11.1 is not available
> Using Node.js 8.11.3 (default)
> https://slackin-kkzwucgxti.now.sh [in clipboard] (sfo1) [988ms]
> 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".
> info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
> error Found incompatible module
> Error! Build failed```

@distalx
Copy link

distalx commented Sep 12, 2018

probably duplicate of #379

@r39132
Copy link

r39132 commented 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

@lucifer1004
Copy link

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

@lucifer1004 lucifer1004 linked a pull request Nov 10, 2018 that will close this issue
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 a pull request may close this issue.

5 participants