docpad-archive / website

The DocPad Website. Replaced by GitBook: https://docpad.bevry.me
Other
22 stars 14 forks source link

unable to run Docpad on ubuntu. #40

Closed PManager1 closed 11 years ago

PManager1 commented 11 years ago

When i try to do npm install i get following error:

jp@ubuntu:~/docpad/docpad$ npm install npm ERR! Error: No compatible version found: cson@'>=1.4.1- <1.5.0-' npm ERR! Valid install targets: npm ERR! ["0.1.0","0.1.1","0.2.0","1.0.0","1.0.1","1.0.2","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3"] npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:424:10) npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:406:17 npm ERR! at saved (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:136:7) npm ERR! at Object.cb [as oncomplete] (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36:9) npm ERR! Report this entire log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com npm ERR! npm ERR! System Linux 3.5.0-23-generic npm ERR! command "node" "/usr/local/bin/npm" "install" npm ERR! cwd /home/jp/docpad/docpad npm ERR! node -v v0.5.11-pre npm ERR! npm -v 1.0.106 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/jp/docpad/docpad/npm-debug.log npm not ok

balupton commented 11 years ago

Hey mate, you're node version is severely outdated (it's v0.5.11), please uninstall it, and get the latest node version (0.10) - we have instructions here for the installation part: http://bevry.me/node/install - then you'll all be set :tada:

PManager1 commented 11 years ago

got it.

balupton commented 11 years ago

working?