-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use plugins.install -> TypeError: Cannot read property 'commands' of undefined #749
Comments
@pbuyle does it change anything to use the
|
After stopping Patchwork, installing |
@pbuyle ok great! if you are all set, could you close this? |
|
@pbuyle 15.3.0 is the current latest release of 'ssb-server'. It used to be 16+ but it got rolled back after some regressions. The version 19 being shown is separate bug :/ where the version of the underlying Calling commands with This might be an issue that get's posted there. |
👍 |
Is
ssb-server plugins.install
the right command to use to install plugins ?I've a ssb server running through Patchwork (3.18.0.831). When trying to install plugins through the command-line with ssb-server installed with
npm -g ssb-server
, I get aTypeError
with the message "Cannot read property 'commands' of undefined".This issue is the same as #718
The text was updated successfully, but these errors were encountered: