Node version switching on linux and using forever to run node projects

Switch node version:
sudo npm install n -g
sudo n stable
sudo n 10.15.3
node -v
npm -v

Start the node project:
forever start ./bin/www
Note: Go
directly to the /bin directory and use the command: forever start .www will report an error

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324343952&siteId=291194637