You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 runningazjs 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.The text was updated successfully, but these errors were encountered: