nvm.md
July 15, 2021 · View on GitHub
Bookmarks tagged [nvm]
www.codever.land/bookmarks/t/nvm
My troubles getting to run a Node application with PM2 in cluster mode with NVM – CodepediaOrg
https://www.codepedia.org/ama/my-troubles-getting-to-run-a-node-application-with-pm2-in-cluster-mode...
In this blog post I will list of the trouble I went through getting to run PM2 in cluster mode on an Ubuntu system, on which I had Node.js both standalone installed and managed with NVM.
- :calendar: published on: 2020-09-08
- tags: node.js, cluster-computing, pm2, nvm
GitHub - nvm-sh/nvm Node Version Manager home page
Simple bash script to manage multiple active node.js versions
Github project: installation, usage, .nvmrc - file containing version number in the project root directory (or any parent directory).
- tags: nvm, node.js
- :octocat: source code