arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Rebuild npm-shrinkwrap to fix the build process #227

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

This seems to have broken my local build. It can't find ssb-blob-files anymore. Have to look at this another time.

From @arj03 at https://github.com/arj03/ssb-browser-demo/pull/226#issuecomment-778586267

I was able to duplicate this when not using my local ssb-browser-core branch I had updated dependencies on. Since it was a dependency issue, I rebuilt npm-shrinkwrap.json with the dependency updates, and it fixed the build process. It also eliminated the warning about package vulnerabilities. And, in test running it, it seems to work fine with the dependency updates as far as I can tell.

arj03 commented 3 years ago

That did the trick. Thanks :)