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
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.
The text was updated successfully, but these errors were encountered:
While using the current version of node.js 11.3.0 I get the following error when executing npm start or lxr start:
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.
The text was updated successfully, but these errors were encountered: