Skip to content
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

Warning on installation with docpad 6.54.6 #2

Open
churel opened this issue Aug 25, 2014 · 0 comments
Open

Warning on installation with docpad 6.54.6 #2

churel opened this issue Aug 25, 2014 · 0 comments

Comments

@churel
Copy link

churel commented Aug 25, 2014

Hello,
Thx you for this awesome plugin.
When I install docpad-plugin-hapi on a docpad 6.54.6 I have this warning :

warning: Failed to load the plugin: docpad-plugin-hapi at /node_modules/docpad-plugin-hapi 
The error follows:
warning: An error occured: 
TypeError: Object function BasePlugin(opts) {
      this.getConfig = __bind(this.getConfig, this);
      this.setConfig = __bind(this.setConfig, this);
      var config, docpad, me;
      me = this;
      docpad = opts.docpad, config = opts.config;
      this.docpad = docpad;
      this.bindListeners();
      this.config = extendr.deepClone(this.config);
      this.instanceConfig = extendr.deepClone(this.instanceConfig);
      this.initialConfig = this.config;
      this.setConfig(config);
      if (this.isEnabled() === false) {
        return this;
      }
      this.addListeners();
      this;
    } has no method 'extend'
    at module.exports

I have no issue on docpad version 6.64.0. I haven't test with other versions of docpad.
The plugin define his dependency to "docpad": ">=6"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant