Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nvm cheatsheet

$ nvm ls-remote                 # lists all of the available versions of NodeJs & iojs
$ nvm ls                        # list locally installed version
$ nvm install 0.12.3            # install the version 0.12.3 (see ls-remote for available options)
$ nvm use 0.12.3                # switch to and use the installed 0.12.3 version
$ nvm which 0.12.2              # the path to the installed node version
$ nvm current                   # what is the current installed nvm version
$ nvm alias default 0.10.32     # set the default node to the installed 0.10.32 version
$ nvm --help                    # the help documents
Comment

PREVIOUS NEXT
Code Example
Shell :: install.packages( tidyverse ) not working 
Shell :: centos remove directory and all files 
Shell :: check active ssh users in linux 
Shell :: docker system prune 
Shell :: git stash one file 
Shell :: install docker desktop on server 2019 
Shell :: Command to install tailwind plugin in vue 
Shell :: not null check in powershell variable 
Shell :: install android sdk via terminal 
Shell :: wsl2 settings 
Shell :: grep exclude files 
Shell :: check litespeed version command 
Shell :: git blame 
Shell :: install node and npm ubuntu 
Shell :: how to see hidden files in terminal mac 
Shell :: how to stop sql serve 
Shell :: generating a new ssh key 
Shell :: mkdir powershell 
Shell :: list number of files in each folder linux 
Shell :: send post request webhook bash scipt 
Shell :: bash stderr null 
Shell :: how to copy one local machine to server through ssh 
Shell :: view permissions linux 
Shell :: how to install yagmail 
Shell :: Permission denied (publickey,keyboard-interactive). 
Shell :: git move branch to previous commit 
Shell :: make pm2 auto-boot at server restart 
Shell :: git bash terminal weird characters 
Shell :: bash change file extension 
Shell :: CMake Error at src/CMakeLists.txt:10 (find_package): By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenCV", but CMake did not find one. 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =