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
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Severity: Critical - System crash, application panic.
Description:
Nothing except 'yarn add ipfs', then when launching my docker.
I've got this error :
(node:77) UnhandledPromiseRejectionWarning: /home/node/app/node_modules/ipfs/src/http/api/resources/object.js:132
for await (const part of multipart(request)) {
^^^^^
SyntaxError: Unexpected reserved word
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:617:28)
at Module._compile (/home/node/app/node_modules/pirates/lib/index.js:99:24)
at Module._extensions..js (module.js:664:10)
at Object.newLoader [as .js] (/home/node/app/node_modules/pirates/lib/index.js:104:7)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
Type: Bug
Severity: Critical - System crash, application panic.
Description:
Nothing except 'yarn add ipfs', then when launching my docker.
I've got this error :
Steps to reproduce the error:
Package JSON :
Tried to launch without babel, without nodemon, always the same error. I tried some examples repos, that works.
The text was updated successfully, but these errors were encountered: