How to use nodejs specific version
Posted on March 19, 2023 Posted Under Development
Comments Off on How to use nodejs specific version
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 […]