Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.32 KB

nvm.md

File metadata and controls

20 lines (16 loc) · 1.32 KB

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.


https://github.com/nvm-sh/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).