I\'ve done a CKAN development install and am running with debug = true in my development.ini file. On visiting localhost:5000 I get an error with a traceback whose end point is
Beware that apt-get install nodejs
installs nodejs
and NOT node
in /usr/bin
, at least in Ubuntu 12.10 (I didn't check in other distributions). This throws errors since both ckan/bin/less
as well as ckan/node_modules/less/bin/lessc
are calling node
. So either create a softlink in /usr/bin or modify the scripts (#!/usr/bin/env nodejs
).