jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 216 forks source link

Cannot create browserfs.js via npm install - no way to create distribution #363

Closed javadesigner1 closed 10 months ago

javadesigner1 commented 11 months ago

Hello:

Am on latest macOS - with latest xcode tools installed. node, yarn, npm all installed (node v20.x)

Pulled browserFS.

Ran both yarn install and npm install and neither created a browserfs.js or browserfs.min.js

Please attached files (i've blurred out some personal info from the path names). Any help will be appreciated!

b

javadesigner1 commented 11 months ago

I also tried running:

npm run dist

which chugged along and in the end gave the following error:

c d

james-pre commented 11 months ago

The new build system does not use any dist commands. Please do npm run build.

I'm working on getting the CI/CD system overhauled right now and will remove the old commands soon.

james-pre commented 10 months ago

Duplicate of #361