↧
Ubuntu – Install Node Version Manager globally for all users
The Node Version Manager(nvm) could help you to manage multiple Node.js installations. The following steps are executed from root account. 1. Install the required packages. apt-get install...
View ArticleNode Version Manager – List available Node.js version
The following command can list out all the available Node.js version. nvm ls-remote Done =) Reference: GitHub – List all available node.js versions?Filed under: Web Development Tagged: Node Version...
View Article