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

package.json node engines config needs to be updated #119

Open
dustintownsend opened this issue Jan 30, 2019 · 0 comments
Open

package.json node engines config needs to be updated #119

dustintownsend opened this issue Jan 30, 2019 · 0 comments

Comments

@dustintownsend
Copy link

Now that FlexService supports multiple Node runtimes, the package.json engines config should be updated to reflect this. Currently it is set to node 6.x.x only, but 8.x and 10.x are now supported by Flex.

When using yarnpkg / yarn (instead of npm) it will fail when trying to install the kinvey-flex-sdk module.

Current:
"engines": { "node": "=6.x.x" }

Proposed:
"engines": { "node": "=6.x.x||=8.x.x||=10.x.x" }

If anyone is having this issue, the work around is to pass --ignore-engines argument to yarn.

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