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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.json engines field to allow modern node versions #62

Closed
emjimenez opened this issue Oct 18, 2018 · 2 comments
Closed

Update package.json engines field to allow modern node versions #62

emjimenez opened this issue Oct 18, 2018 · 2 comments

Comments

@emjimenez
Copy link

The package throws incompatibility errors with yarn and node v10.4.0:

$ node -v
v10.4.0
$ yarn add ln-service
yarn add v1.7.0
[1/4] 馃攳  Resolving packages...
[2/4] 馃殮  Fetching packages...
error ln-service@21.0.2: The engine "node" is incompatible with this module. Expected version "8.12.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

I installed the package with "yarn add --ignore-engines ln-service", but but it would be better to update the engines field in package.json.

@alexbosworth
Copy link
Owner

It's not tested with 10.4.0 though

@alexbosworth
Copy link
Owner

I'll just remove the engine field

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