Posts

Showing posts with the label node js developers

nvm command is not recognized in ubuntu

Image
How to install nvm packages in linux (ubuntu)  The nvm is stands on "node version manager". The NVM is used as to install the node packages, either upgrade or downgrade. Steps for installing nvm packages Go to terminal dialog box write After complete above process type.  Again type Type the node installation command

Node update command in ubuntu

command use to update node in linux   The update process of node is quite simple. Before going to updating node, first go  to terminal, Type "sudo apt-get update" After updating the packages, type "nvm install  version-name" example "nvm install 8.12.0" Note : - If you know recommended node currently use  go to this link if nvm is not recognized go this link then type "nvm ls" (list of version available and gives information about version that ready to use in your system. Type "nvm use version"  example "nvm use 8.12.0" . Finally type "nvm alias default version-name" example "nvm alias default 8.12.0