arj03 / ssb-browser-core

ssb-server in a browser
Other
50 stars 8 forks source link

Fix path issue which kept directory-based npm installs from working #44

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Fix a path issue in ssb-singleton where if you did an npm install on a checked out ssb-browser-core branch, npm couldn't walk the dependency tree correctly.

arj03 commented 3 years ago

Thanks, strange I havn't seen that error.

KyleMaas commented 3 years ago

Yeah, I hadn't run into it before either until today when I tried going into my ssb-browser-demo directory and running:

npm install ../ssb-browser-core

After that, it could no longer walk the dependency tree.