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
TypeError: source.on is not a function
at Function.DelayedStream.create (<redacted>/node_modules/delayed-stream/lib/delayed_stream.js:33:10)
at FormData.CombinedStream.append (<redacted>/node_modules/combined-stream/lib/combined_stream.js:45:37)
at FormData.append (<redacted>/node_modules/form-data/lib/form_data.js:73:3)
at <redacted>/node_modules/@gitbeaker/core/dist/index.js:1:4008
at Array.forEach (<anonymous>)
at Object.<anonymous> (<redacted>/node_modules/@gitbeaker/core/dist/index.js:1:3919)
at <redacted>/node_modules/@gitbeaker/core/dist/index.js:1:3123
at Object.next (<redacted>/node_modules/@gitbeaker/core/dist/index.js:1:3228)
at <redacted>/node_modules/@gitbeaker/core/dist/index.js:1:2165
at new Promise (<anonymous>)
Description
With the code below:
the following error is thrown:
Possible fixes
Usage of dependency
form-data
is wrong when handlingfiles i.e. on line packages/gitbeaker-core/src/infrastructure/Utils.ts#L29.
A possible fix:
The text was updated successfully, but these errors were encountered: