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
@kibertoad Our app servers are using an older version of Node v6.17.1, which could be the reason why the newer syntax is failing on our machine. For now, I've downgraded the forever version to 1.0.0. Again, I assume that our Node version is the reason behind all this, so this issue can be marked as closed.
-- Update
I checked with this source which states that the let, const syntax should work with Node v6.17.1.
@kevinetore We are actually running CI on 6.17.1 and it seems to be working just fine. Can you double-check that this is the version that is actually used? What do you get when running node --version?
PR #181 seems to give the following error:
The text was updated successfully, but these errors were encountered: