ssb-junkyard / scuttlebot-release

shrinkwrapped releases of scuttlebot
MIT License
1 stars 0 forks source link

Runs but can't found #3

Closed kaotisk-hund closed 5 years ago

kaotisk-hund commented 5 years ago

Hi, I recently installed successfully the scuttlebot-release globally. I run sbot start or ssb-server start but when it comes to create an invite or do whatever, it can't connect to the running instance. It looks for 8008 but as it comes from running info, no such port is in use by ssb-server.

dominictarr commented 5 years ago

hmm, oh you shouldn't need to use scuttlebot-release any more. ssb-server was refactored recently and it has a shrinkwrap file. just do npm install ssb-server -g instead.

kaotisk-hund commented 5 years ago

Thank you, it worked for me. Now it's up and running.