James Prevett
James Prevett
I recommend you use a bundler ([esbuild](https://esbuild.github.io/) is fantastic) to bundle your code before running tests. This bundles dependencies which means you no longer need to worry about modules and...
Please use https://github.com/zen-fs/core/issues/22
@jcubic Please try with the latest commit. If it still does not work, a PR would be greatly appreciated!
@jcubic I don't believe so. You will need to clone the repo and build from source.
Interesting... I don't believe that error is related to BrowserFS so it is most likely with your machine.
@jcubic Have you tried [this](https://stackoverflow.com/a/69699772/17637456) Stack Overflow answer? It should prevent the SSL error.
@jcubic I'm working on updating all of BrowserFS' various dependencies so it should get fixed soon.
@jcubic `configureAsync` ([source code](https://github.com/jvilk/BrowserFS/blob/master/src/core/browserfs.ts#L103)) should simplify the code your using. In addition, you no longer need to supply options for IndexedDB (see #352). As for the error, I'm not entirely...
@jcubic I just fixed the issues causing the errors above in #355. You should be able to run BFS normally again. Specifically, [this](https://github.com/jvilk/BrowserFS/commit/9e65538d19214ae823327b3521ee8e70540ee72d) commit fixed multiple errors (see the commit...
Closing (stale). If you would like to reopen this issue, please do so by creating a new issue in the relevant repositories of @browser-fs