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
Every now and then I try to get ssb-git up and running but I never can get all the parts working together. I tried today and this was the error I got. I did a git pull of scuttlebot master and then npm install, and I'm running Patchwork.
$ sbot plugins.install ssb-npm-registry --from 'http://viewer.scuttlebot.io/&2afFvk14JEObC047kYmBLioDgMfHe2Eg5/gndSjPQ1Q=.sha256'
/home/karl/src/scuttlebot/node_modules/muxrpc-usage/index.js:9
return o.commands
^
TypeError: Cannot read property 'commands' of undefined
at isGroup (/home/karl/src/scuttlebot/node_modules/muxrpc-usage/index.js:9:12)
at get (/home/karl/src/scuttlebot/node_modules/muxrpc-usage/index.js:14:8)
at Object.exports.get (/home/karl/src/scuttlebot/node_modules/muxrpc-usage/index.js:27:10)
at output (/home/karl/src/scuttlebot/node_modules/muxrpcli/index.js:45:17)
at /home/karl/src/scuttlebot/node_modules/muxrpcli/index.js:81:9
at Object._requests.(anonymous function) (/home/karl/src/scuttlebot/node_modules/packet-stream/index.js:38:5)
at PacketStream._onrequest (/home/karl/src/scuttlebot/node_modules/packet-stream/index.js:151:26)
at PacketStream.write (/home/karl/src/scuttlebot/node_modules/packet-stream/index.js:134:41)
at /home/karl/src/scuttlebot/node_modules/muxrpc/pull-weird.js:56:15
at /home/karl/src/scuttlebot/node_modules/pull-stream/sinks/drain.js:24:37
The text was updated successfully, but these errors were encountered:
Every now and then I try to get ssb-git up and running but I never can get all the parts working together. I tried today and this was the error I got. I did a
git pull
of scuttlebot master and thennpm install
, and I'm running Patchwork.The text was updated successfully, but these errors were encountered: