Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant