-
Notifications
You must be signed in to change notification settings - Fork 41
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
Remove "engines" from package.json #45
Comments
I had no idea this'd be an issue as:
I haven't used yarn yet, myself. Does yarn have an equivalent that might fix the issue for you? |
@JakeSidSmith if you remove "engine" will solve better instead fix a node version. Because this is a node's module, the "engine" is useful when you are creating a server and some hosts like Heroku/Openshift use it to setup nodejs according to a fixed version in this property. |
and please let me know when solve this issue, because I really wanna use this lib in my project https://watchcoins.herokuapp.com thanks! |
Heroku / Openshift wouldn't use this libs engine version though, it'd use the one from your project's package. I may, however just remove this. Kind of pissed that yarn is messing this up. The engines are only supposed to be guidelines for what version a library is proven to work in. :/ |
Well, if you need the |
I don't want people using 5 or less to have issues though. May just set to |
+1 waiting on this as well |
me too! |
This module won't install with
yarn
that seems to be more strict about checkingengines
flags than thenpm
client.The text was updated successfully, but these errors were encountered: