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
The following error was introduced with [email protected]. Functionality seems unaffected.
_stream_readable.js:693 Uncaught TypeError: dest.end is not a function
at Socket.onend (_stream_readable.js:693)
at Object.onceWrapper (events.js:312)
at Socket.emit (events.js:228)
at endReadableNT (_stream_readable.js:1185)
at processTicksAndRejections (internal/process/task_queues.js:81)
onend @ _stream_readable.js:693
onceWrapper @ events.js:312
emit @ events.js:228
endReadableNT @ _stream_readable.js:1185
processTicksAndRejections @ internal/process/task_queues.js:81
23:23:26.069
Description
The following error was introduced with
[email protected]
. Functionality seems unaffected.Steps to Reproduce
apm install [email protected]
Expected behavior:
No error message logged
Actual behavior:
Throws error
Reproduces how often:
Always
Versions
v0.75.0
The text was updated successfully, but these errors were encountered: