Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
Some pages are still pending proper formatting, if required refer to the legacy documentation website.
Knowledgebase IconKnowledgebase

Weblutions Documentation / Knowledgebase / Running Node Version On One Application

Updated

Running Node Version On One Application

By Josh M. 1 min 2

By using Node Version Manager particular applications can be ran with a specific node version which can be required for applications requiring a certain version of Node.js

To run an application with a defined version of Node run the nvm execute command

 nvm exec 20.5.1 node . --version

This will run the application on this version and allow for other versions of Node.js to be installed and used on the server at the same time with Node Version Manager.