ipfs / js-ipfsd-ctl

Control an IPFS daemon (go-ipfs or js-ipfs) using JavaScript!
https://ipfs.github.io/js-ipfsd-ctl
Other
154 stars 62 forks source link

test-chrome and test-firefox failing on master #821

Closed galargh closed 5 months ago

galargh commented 1 year ago

test-chrome and test-firefox jobs are currently failing on master. The errors look similar to:

Error: R] Could not resolve "os"

    node_modules/@achingbrain/nat-port-mapper/dist/src/index.js:1:15:
      1 │ import os from 'os';
        ╵                ~~~~

  The package "os" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

https://github.com/ipfs/js-ipfsd-ctl/actions/runs/5941497322/job/16112469797

achingbrain commented 5 months ago

This has been fixed, please reopen if you see it again!