I have installed nodejs using:
apt-get install nodejs
Then i have installed npm using:
apt-get install npm
And then i have installed forever using:
npm install forever -g
Now i go to my project /var/www/myproject
and attempt to run forever start server.js
then i get the following message:
/usr/bin/env: node: No such file or directory
Can anyone tell me whats going on?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…