-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I have this error on last step installing, do i miss something carefully following install procedure 👍 docpad run --port 9778
info: Welcome to DocPad v6.50.0
info: Contribute: http://docpad.org/docs/contribute
info: Plugins: coffeescript, eco, inlinegui, livereload, marked, partials, restapi, stylus, text
info: Environment: development
info: DocPad listening to http://localhost:9778/ on directory /Users/jaminrubio/editable.docpad/out
info: LiveReload listening to new socket on channel /docpad-livereload
info: Generating...
warning: Something went wrong while rendering: default.html.eco
warning: Something went wrong while rendering: index.html.md
error: Something went wrong with the action
error: An error occured:
TypeError: Object # has no method 'editable'
at Object.eval (eval at (/Users/jaminrubio/editable.docpad/node_modules/docpad-plugin-eco/node_modules/eco/lib/compiler.js:19:12))
at Object.eval (eval at (/Users/jaminrubio/editable.docpad/node_modules/docpad-plugin-eco/node_modules/eco/lib/compiler.js:19:12))
at eval (eval at (/Users/jaminrubio/editable.docpad/node_modules/docpad-plugin-eco/node_modules/eco/lib/compiler.js:19:12))
at Function.eco.render (/Users/jaminrubio/editable.docpad/node_modules/docpad-plugin-eco/node_modules/eco/lib/index.js:26:25)
at EcoPlugin.module.exports.EcoPlugin.render (/Users/jaminrubio/editable.docpad/node_modules/docpad-plugin-eco/out/eco.plugin.js:22:35)
at ambi (/usr/local/lib/node_modules/docpad/node_modules/event-emitter-grouped/node_modules/ambi/out/lib/ambi.js:36:27)
at Task.EventEmitterGrouped.getListenerGroup (/usr/local/lib/node_modules/docpad/node_modules/event-emitter-grouped/out/lib/event-emitter-grouped.js:37:21)
at ambi (/usr/local/lib/node_modules/docpad/node_modules/event-emitter-grouped/node_modules/ambi/out/lib/ambi.js:21:27)
at Task.run (/usr/local/lib/node_modules/docpad/node_modules/event-emitter-grouped/node_modules/taskgroup/out/lib/taskgroup.js:82:19)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
info: Shutting down... cya next time!