GNU/Linux Manjaro 18 Installing Node Version Manager – QuickStart Guide
[xyz-ihs snippet=”336AdTop”]Hi! The Tutorial shows you Step-by-Step How to Install Node Version Manager in Manjaro GNU/Linux 18.x Desktop.
Moreover, Nvm Manjaro Linux 18 Installation guide includes instructions on How to Switch NodeJS Version on Manjaro Linux.
Finally, this guide includes detailed instructions about to Getting-Started with NodeJs on GNU/Linux.
1. Launching Shell Emulator
Open a Terminal window
(Press “Enter” to Execute Commands).
2. Installing AUR Package Manager
How to Install Yay for Manjaro GNU/Linux
3. Installing NVM
Then to Install NVM in Manjaro.
Simply run:yay -Sy --noconfirm nvm
On Prompt try simply to Hit “Enter” and follow with the Default Choices.
4. Installing Node
Then to Install Node.js release
E.g. to Install Node 10:nvm install 10
5. Switching Node
Finally, to Switch Node.js Version
For instance:nvm use 10
And now to List Installed versions:
nvm ls
6. Getting Started
Node.js Quick Start Guide.
So Now I’m truly Happy if My Guide could Help you to Quick-Start with NVM on Manjaro Linux!