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

Deploy command doesn't work with Node 8.0.0 #26

Closed
lostintangent opened this issue Jun 3, 2017 · 1 comment
Closed

Deploy command doesn't work with Node 8.0.0 #26

lostintangent opened this issue Jun 3, 2017 · 1 comment
Labels

Comments

@lostintangent
Copy link
Owner

The azjs deploy command is currently broken when running with Node 8 due to this bug. It looks like it was a regression in Node, and will hopefully be address in the next patch release.

Note that the actual web app you deploy via azjs can use Node 8 just fine. However, when actually running azjs deploy, your dev machine must be running a version of Node that is >=6.9.0 but <8.0.0. Every other command appears to work fine on Node 8 (e.g. azjs logs), so we should be good to good once the aforementioned regression is fixed.

@lostintangent
Copy link
Owner Author

This has been resolved.

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

1 participant