Open kevinetore opened 4 years ago
What Node version are you using, and how can I reproduce?
@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: