iltorb was recently updated to version 1.1.0 to use ES2015.
package.json is pulling the latest. Should probably have it get 1.0.13 instead
/var/node_modules/shrink-ray/node_modules/iltorb/index.js:10
const encode = require('./build/bindings/encode.node');
^^^^^
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 (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/var/node_modules/shrink-ray/index.js:22:14)
iltorb was recently updated to version 1.1.0 to use ES2015.
package.json is pulling the latest. Should probably have it get 1.0.13 instead