Open oliveriosousa opened 3 years ago
UPDATE: Even when using tgz
(https://github.com/ipfs/js-ipfs-utils/pull/136) still does not work on stackblitz and it throws an error on codesandbox
browser-add-readable-stream
browser-angular
browser-browserify
Currently, codesandbox
is throwing the following error:
ModuleNotFoundError: Could not find module in path: 'xmlhttprequest-ssl' relative to '/node_modules/engine.io-client/lib/transports/index.js)
engine.io-client
and downgrade to version 3.5.2
If stackblitz
founds any error it won't compile and all or almost all of the examples are throwing the following error:
This error is not critical for some example, codesandbox
continues the compilation even with this error but stackblitz
simply stops the compilation
Until the error is fixed it won't be possible to know if there are more errors
Tracking for Phase 3: Make remotely runnable
Fix codesandbox/stackblitz problems