Meu problema é semelhante.
No ubuntu fiz a instalação normal no NodeJS através do apt-get.
Depois entrei no terminal no diretório alurapic e excutei o comando npm install, e o comando npm não fora reconhecido pelo linux. Sugeriu instalar através de apt-get install npm. Eu o fiz e o comando fora reconhecido. Logo em seguida eu executei no terminal dentro do diretório alurapic o comando npm install e baixou as dependências e tal. Fiz mais uma vez pra garantir o comando npm intall e apareceu somente isso:
+++++++++++++++++++++++++++++++++++++++
npm WARN package.json alurapic@1.0.0 No description
npm WARN package.json alurapic@1.0.0 No repository field.
npm WARN package.json alurapic@1.0.0 No README data
+++++++++++++++++++++++++++++++++++++++
Pronto, agora, no diretório alurapic executei o comando: npm server e apareceu esta mensagem:
+++++++++++++++++++++++++++++++++++++++
alurapic@1.0.0 start /home/zerocop/Cursos/AngularJs - O framework MVC da Google/alurapic
node server.js
sh: 1: node: not found
npm ERR! alurapic@1.0.0 start: node server.js
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the alurapic@1.0.0 start script.
npm ERR! This is most likely a problem with the alurapic package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node server.js
npm ERR! You can get their info via:
npm ERR! npm owner ls alurapic
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.2.0-30-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! cwd /home/zerocop/Cursos/AngularJs - O framework MVC da Google/alurapic
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/zerocop/Cursos/AngularJs - O framework MVC da Google/alurapic/npm-debug.log
npm ERR! not ok code 0
+++++++++++++++++++++++++++++++++++++++++++++
O que fazer?