Skip to content

_stream_readable.js:693 Uncaught TypeError: dest.end is not a function #6

Open
@idleberg

Description

Description

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

Steps to Reproduce

  1. apm install [email protected]
  2. Build a project

Expected behavior:

No error message logged

Actual behavior:

Throws error

Reproduces how often:

Always

Versions

v0.75.0

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions