When trying to browserify with
browserify --node ./test.js > bundle.js
this test.js file, containing one row:
I get this error
Error: Can't walk dependency graph: ENOENT: no such file or directory, lstat 'EXAMPLE\node:fs'
required by EXAMPLE\test.js
Am I doing something wrong? Can I use this library with Prefix-Only imports?