Bookmarks tagged [nvm]
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.
- 📆 published on: 2020-09-08
- tags: node.js, cluster-computing, pm2, nvm
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
- source code