ipfs-examples / js-ipfs-examples

Collection of js-ipfs examples
248 stars 157 forks source link

Phase 3 Tracking #30

Open oliveriosousa opened 3 years ago

oliveriosousa commented 3 years ago

Tracking for Phase 3: Make remotely runnable

Fix codesandbox/stackblitz problems

oliveriosousa commented 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

oliveriosousa commented 3 years ago

Summary

oliveriosousa commented 3 years ago

Codesandbox

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)

Temporary solution (until is fixed)

Stackblitz

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

NOTE

Until the error is fixed it won't be possible to know if there are more errors