We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
"docpad": ">=6"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Thx you for this awesome plugin.
When I install docpad-plugin-hapi on a docpad 6.54.6 I have this warning :
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"
The text was updated successfully, but these errors were encountered: