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

Node 9? #2

Open
karellm opened this issue Aug 19, 2018 · 3 comments
Open

Node 9? #2

karellm opened this issue Aug 19, 2018 · 3 comments

Comments

@karellm
Copy link

karellm commented Aug 19, 2018

I wanted to give this a go and couldn't on Node 9 because it is not listed as an engine: https://github.com/gossi/ember-cli-create/blob/master/package.json#L34

Here is the output:

yarn global v1.9.2
warning package.json: No license field
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version "6.* || 8.* || >= 10.*".
error Found incompatible module

Is there a reason for that?

@karellm
Copy link
Author

karellm commented Aug 19, 2018

This actually made me realize that my system node is out of date, node 9 as reached its end-of-life last June. I guess that answers my question.

@karellm karellm closed this as completed Aug 19, 2018
@karellm
Copy link
Author

karellm commented Aug 19, 2018

I've moved back to the LTS 8.* for my system and it works. That said, I tried Node 10 and it didn't install:

yarn global v1.9.2
warning package.json: No license field
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------] 0/2043(node:87804) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.

@gossi
Copy link
Owner

gossi commented Aug 20, 2018

that's weird, I'm running node 10 on my machine and hey it works. Probably need to adjust in package.json

@gossi gossi reopened this Aug 20, 2018
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

No branches or pull requests

2 participants