ipfs/js-ipfsd-ctl

test-chrome and test-firefox failing on master

galargh opened this issue · 1 comments

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

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