Ho installato nodejs usando:
apt-get install nodejs
Quindi ho installato npm usando:
apt-get install npm
E poi l'ho installato per sempre usando:
npm install forever -g
Ora vado al mio progetto /var/www/myproject
e tentare di correre forever start server.js
quindi ricevo il seguente messaggio:
/usr/bin/env: node: No such file or directory
Qualcuno può dirmi cosa sta succedendo?