You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run oasis now, via node src/index.js I get the error: Error: ssb-tangle require ssb-backlinks to be installed
I've tried cloning the latest code from this repo,
and running rm -r node_modules; npm install and npm install ssb-backlinks,
but still get the same error.
I also have an ssb-pub running on the same machine, which oasis says it connects with via TCP,
before throwing the above error.
Any idea for how to debug on my end? or maybe its a bug?
The text was updated successfully, but these errors were encountered:
+1, I agree this is confusing. I've been considering removing support for connecting to external ssb services (#536) because of problems like this. Sorry you had to bump into it and it gave you trouble.
When I run oasis now, via
node src/index.js
I get the error:Error: ssb-tangle require ssb-backlinks to be installed
I've tried cloning the latest code from this repo,
and running
rm -r node_modules; npm install
andnpm install ssb-backlinks
,but still get the same error.
I also have an ssb-pub running on the same machine, which oasis says it connects with via TCP,
before throwing the above error.
Any idea for how to debug on my end? or maybe its a bug?
The text was updated successfully, but these errors were encountered: