Closed nicoandmee closed 2 years ago
Oh, good point.
I'm not sure if this will work for you, and I'm super busy right now so this is all I have for you for a while, but try doing this:
node_modules/fetch-blob/streams.cjs
Object.assign(globalThis, require('node:stream/web'))
require('node:stream/web')
with require('stream').web
I'm sorry if that doesn't work I can't help out on this until later, if ever.
Best of luck to you with this!
When I attempt to build the project using
./scripts/compile.sh
I get the following output:What do I need to do to fix this?