rauchg / slackin

Public Slack organizations made easy

Home Page:http://rauchg.com/slackin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Now install fail (engine node incompatibile)

styk-tv opened this issue · comments

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

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

commented

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

probably duplicate of #379

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

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