NGINX Upload Limits [413 Entity Too Large]
Using Screen Sessions
Updating Node.Js on Ubuntu
LEMN Stack Install
TypeError: Setting User Fix
Find Process By Port
Weblutions Docs > Knowledgebase > Updating Node.Js on Ubuntu > Running Node Version On One Instance
Running Node Version On One Instance
With NVM it's easier than every to use multiple instances of Node.Js for different products.
Using another installed version you can use the below command to execute a node process on a defined version.
nvm exec 20.5.1 node . --version
As Weblutions makes the move in updating our products to a newer version of Node this may mean you're required to install node 20.5.1
onto your machine to operate a product.
To install this version it's as simple as running this command:
nvm install 20.5.1
Related Articles
Review this page
1 recommend this page