when installing the default nodejs version (v4.2.6) from ubuntu 16.04 packages, i was getting this error:
propertyFilter: name => !program.ignoreProps.includes(name)
^
TypeError: program.ignoreProps.includes is not a function
at program.version.usage.option.val.option.program.compareFiles.map.fs.readFileSync.split.map.require.create.propertyFilter.name (/etc/docker/compose-files/logstash-test-runner/log-diff.js:36:48)
at objectsDiffFilter (/etc/docker/compose-files/logstash-test-runner/node_modules/jsondiffpatch/src/filters/nested.js:37:28)
at Pipe.process (/etc/docker/compose-files/logstash-test-runner/node_modules/jsondiffpatch/src/pipe.js:18:5)
at Processor.process (/etc/docker/compose-files/logstash-test-runner/node_modules/jsondiffpatch/src/processor.js:46:14)
at DiffPatcher.diff (/etc/docker/compose-files/logstash-test-runner/node_modules/jsondiffpatch/src/diffpatcher.js:48:25)
at Object.<anonymous> (/etc/docker/compose-files/logstash-test-runner/log-diff.js:42:29)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
with nodejs v8.12.0 its working without issues.
Can you point the Version on README.md, so maybe other people wont have to deal with this error.
when installing the default nodejs version (v4.2.6) from ubuntu 16.04 packages, i was getting this error:
with nodejs v8.12.0 its working without issues.
Can you point the Version on README.md, so maybe other people wont have to deal with this error.