jdan / cleaver

30-second slideshows for hackers
http://jdan.github.io/cleaver
MIT License
4.02k stars 305 forks source link

If not set like that, cleaver does nothing #123

Closed adriens closed 9 years ago

adriens commented 9 years ago

If not set like that, cleaver does nothing from the shell session : it just runs and does nothing.

themint presentation-idd-cloud # npm -version 1.3.10

themint presentation-idd-cloud # cat /etc/issue Linux Mint 17.1 Rebecca \n \l

jdan commented 9 years ago

"node" is the correct choice, and "nodejs" means your PATH may not be configured correctly. Refer to this thread (https://github.com/joyent/node/issues/3911) for some more info. Let me know if you're still having problems!

adriens commented 9 years ago

Thank you very much for having pointed me the right ticket !

`sudo apt-get install nodejs-legacy{

did the trick, no need to change cleaver sources.

Thank you very much for your help on that ticket.