docpad/docpad

Suitable editions error on docpad run

magrawala opened this issue · 3 comments

I'm getting the following error when do a docpad run (Any ideas how to resolve?):

docpad run
/Users/maneesh/development/testCode/docpad-sites/maneesh-homepage/node_modules/docpad/node_modules/editions/es2015/index.js:186
throw new DetailedError('There are no suitable editions for this environment:', { opts: opts, editions: editions, failures: editionFailures });

Which node version are you running?

Tomorrow I'll do some work to get editions v2 into docpad, which will make debugging this easier for you: bevry/boundation#19

From what I can tell, node 0.10 fails as docpad currently has a dependency that requires node 0.12

Node 0.10 compat guaranteed in DocPad v6.80.8