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
I clone the entire codebase to my computer. Run 'node example/index.js' after 'npm i':
events.js:188
throw err;
^
Error: Unhandled "error" event. (gifsicle:<stdin>: empty file
)
at Socket.emit (events.js:186:19)
at Socket.gotSomeErrors (/data/gifify/index.js:53:23)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
at readableAddChunk (_stream_readable.js:250:11)
at Socket.Readable.push (_stream_readable.js:208:10)
at Pipe.onread (net.js:594:20)
The text was updated successfully, but these errors were encountered:
I clone the entire codebase to my computer. Run 'node example/index.js' after 'npm i':
The text was updated successfully, but these errors were encountered: