Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leanix-reporting-cli does not work with node.js > 10.6.0 #26

Open
MarcelMorisse opened this issue Nov 28, 2018 · 0 comments
Open

leanix-reporting-cli does not work with node.js > 10.6.0 #26

MarcelMorisse opened this issue Nov 28, 2018 · 0 comments

Comments

@MarcelMorisse
Copy link

While using the current version of node.js 11.3.0 I get the following error when executing npm start or lxr start:

buffer.js:72
class FastBuffer extends Uint8Array {}
^

RangeError: Invalid typed array length: -4095
at new Uint8Array (<anonymous>)
at new FastBuffer (buffer.js:72:1)
at Handle.onStreamRead [as onread] (internal/stream_base_commons.js:121:17) at Stream.<anonymous>
(node_modules/handle-thing/lib/handle.js:120:12)
at Stream.emit (events.js:187:15) at endReadableNT
(node_modules/readable-stream/lib/_stream_readable.js:992:12)
at process.internalTickCallback (internal/process/next_tick.js:72:19)

According to nodejs/node#24097 this error most likely happens due to an outdated module.

I tested it with node.js 10.6.0 and everything works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant