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

Engines definition excludes node 6 #28

Open
shahkashani opened this issue Aug 30, 2017 · 0 comments
Open

Engines definition excludes node 6 #28

shahkashani opened this issue Aug 30, 2017 · 0 comments

Comments

@shahkashani
Copy link

shahkashani commented Aug 30, 2017

I may be mistaken, but this module seems to work fine with node 6? However, when I try to install it with yarn, I get the following error:

error usus@1.6.0: The engine “node” is incompatible with this module. Expected version “>6".

The engines definition in my project is the following:

  "engines": {
    "node": "^6.10.3"
  },

Is this just a matter of changing the package.json in this repo to allow 6? It would be nice to not force all our engineers to use --ignore-engines!

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

1 participant