rauchg / slackin

Public Slack organizations made easy
http://rauchg.com/slackin/
MIT License
6.5k stars 1.35k forks source link

Now install fail (engine node incompatibile) #383

Open styk-tv opened 5 years ago

styk-tv commented 5 years ago

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 commented 5 years ago
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 commented 5 years ago
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 commented 5 years ago

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 commented 5 years ago

probably duplicate of #379

r39132 commented 5 years ago

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 commented 5 years ago

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