-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
TypeError: Cannot set property 'module' of undefined #725
Comments
It appears that install: function (opts, _opts) {
var pluginName
if(isString(opts)) {
pluginName = opts
opts = _opts
opts.module = pluginName
} I found that installing a plugin with $ ssb-server plugins.install ssb-about {} |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
I'd guess it's still relevant. The {} as command line argument syntax is
a bit odd. Maybe there's a scenario where passing options on the
installation command line is needed, but I think the default empty case
should be handled silently.
|
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting the following when attempting to instlal plugins on V19.2.0:
The text was updated successfully, but these errors were encountered: