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

Broken on node 4.x due to node-fibers dependency removing node 4.x binary #166

Closed
sdd opened this issue Jun 5, 2017 · 2 comments
Closed
Labels

Comments

@sdd
Copy link

sdd commented Jun 5, 2017

It looks like node-fibers has removed node 4.x binaries from their latest release, but only bumped the patch version.

This has resulted in flightplan being unable to install on node 4.x, breaking our deployment process.

We can't just add fibers@1.0.15 to the package.json as node 4.x does not have npm 3.x.

Can you please release a version that pins fibers to 1.0.15 for people who for one reason or another are stuck on node 4.x?

See laverdet/node-fibers#342

@pstadler
Copy link
Owner

pstadler commented Jun 5, 2017

Thanks for reporting this. 0.6.17 has been released.

@pstadler pstadler closed this as completed Jun 5, 2017
@pstadler pstadler added the bug label Jun 5, 2017
@sdd
Copy link
Author

sdd commented Jun 5, 2017

Awesome! Thank you very much for the super quick response! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants