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
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
/opt/app/node_modules/yaml/dist/cst/ParseContext.js:83
constructor(orig = {}, {
^
SyntaxError: Unexpected token =
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/opt/app/node_modules/yaml/dist/cst/parse.js:10:44)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/opt/app/node_modules/yaml/dist/index.js:8:37)
at Module._compile (module.js:413:34)
The package specifies that ldclient-node is compatible with:
"engines": {
"node": ">= 0.8.x"
}
Can you please either fix the compatibility with older versions, or update the engine requirements?
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry for the confusion - we do need to update the engines property, it is out of date. We currently don't support any Node version lower than 6.x, as the README.md states.
ldclient version: 5.7.2
node version: 5.12.0
Error encountered:
The package specifies that
ldclient-node
is compatible with:Can you please either fix the compatibility with older versions, or update the engine requirements?
Thanks!
The text was updated successfully, but these errors were encountered: