Created
February 22, 2019 08:20
-
-
Save arjunkori/a218b1b52670916b64990aa5f35f1132 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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