Discord OAuth Redirects
Find Process By Port
How to Access Ubuntu Server
Increase MySQL Idle Timeout
LEMN Stack Install
NGINX Upload Limits [413 Entity Too Large]
Transfer Files Between Servers
TypeError: Setting User Fix
Using Node Version Manager
Using Screen Sessions
Segmentation Fault Error
Weblutions Documentation > Knowledgebase > Using Node Version Manager > Running Node Version On One Instance
Running Node Version On One Instance
With NVM it's easier than ever 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
Having trouble? Contact us, we're here to assist!
Related Articles
Review this page
nodejs updating node
2 recommend this page