CityHost.UA
Help and support

How to install nvm on hosting?

The nvm utility can be installed on the host automatically through the Linux environment settings.

To install the utility, go to the host for which you want to install nvm > go to the SSH tab > click the Linux Environment Settings button.

In the window, opposite the nvm utility, click the Install button.

After a few seconds , a message about successful installation will be displayed in the upper right corner, and the text of the button will change to Installed .

To start nvm, it is enough to enter the command in the ssh console:

 nvm

You can check the version of the utility with the command:

 nvm --version