Skip to content

Instantly share code, notes, and snippets.

@arjunkori
Created February 22, 2019 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjunkori/a218b1b52670916b64990aa5f35f1132 to your computer and use it in GitHub Desktop.
Save arjunkori/a218b1b52670916b64990aa5f35f1132 to your computer and use it in GitHub Desktop.
nvm install v10.13.0
nvm current
nvm run 6.10.3 app.js
nvm install v6.16.0
nvm use v6.16.0
pm2 show app_name
nvm ls
--interpreter=~/.nvm/versions/node/v0.12.0/bin/node
pm2 start app.js --name 'SystemX-API_v2' --interpreter=~/.nvm/versions/node/v0.10.0/bin/node
pm2 start app.js --name 'SystemX-API_v2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment