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
#193 seems to have shown up again starting in 7.2.0. Using node v0.12.17 gives the following error:
>> const Hoek = require('hoek');
>> ^^^^^
>> SyntaxError: Use of const in strict mode.
>> at exports.runInThisContext (vm.js:73:16)
>> at Module._compile (module.js:443:25)
>> at Object.Module._extensions..js (module.js:478:10)
>> at Module.load (/Users/hashir/Projects/opentok-node/node_modules/grunt/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
>> at Function.Module._load (module.js:310:12)
>> at Module.require (module.js:365:17)
>> at require (module.js:384:17)
>> at Object.<anonymous> (/Users/hashir/Projects/opentok-node/node_modules/jsonwebtoken/sign.js:1:73)
>> at Module._compile (module.js:460:26)
>> at Object.Module._extensions..js (module.js:478:10)
various other errors show up if I upgrade to a node version up to and including v3.3.1. Upgrading to node v4.0.0 and above seems to make the errors go away.
The text was updated successfully, but these errors were encountered:
hbaqai
changed the title
Upgrading to 7.2.0 throws SyntaxError (upto node v3.3.1)
Upgrading to 7.2.0 throws SyntaxError (up to node v3.3.1)
Dec 7, 2016
#193 seems to have shown up again starting in 7.2.0. Using node v0.12.17 gives the following error:
various other errors show up if I upgrade to a node version up to and including v3.3.1. Upgrading to node v4.0.0 and above seems to make the errors go away.
The text was updated successfully, but these errors were encountered: