Posted on September 21, 2023 Posted Under Development
I am working on multiple projects as usual and tried the normal solution to use node version manager via the command nvm ls to list available versions in the window nvm ls and then nvm use targeted version via using nvm use ***** nvm use 14.21.3 But this is not working as expected in the […]
Posted on March 19, 2023 Posted Under Development
Many times due to project or required platform requirements we have to use a specific version of nodejs. Here you can find list of node versions https://nodejs.org/en/download/releases So below is an example where you can install and use a specific nodejs version One way is to use NVM, the Node Version Manager. Use the following […]