Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

zsh: command not found: n

$ npm prefix --global
/usr/local
$ sudo npm install -g n
/usr/local/bin/n -> /usr/local/lib/node_modules/n/bin/n
+ n@6.0.1
$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
$ command -v n
/usr/local/bin/n
$ n --version
6.0.1
Comment

PREVIOUS NEXT
Code Example
Shell :: login to ssh with password 
Shell :: rm recursive file pattern 
Shell :: windows kill process on port 
Shell :: how to make a list bash 
Shell :: npm forever 
Shell :: docker delete network 
Shell :: generate key and certificate openssl 
Shell :: grep exclude directory 
Shell :: heroku see all logs 
Shell :: docker interact with running container 
Shell :: How can i rename my local master branch to main ? 
Shell :: stop processes on port 3000 
Shell :: pinterest clone github 
Shell :: git push pull asks for login everytime 
Shell :: wasm pack install 
Shell :: zip files in folder linux 
Shell :: ubuntu check ssh 
Shell :: how to resize the window of a virtualbox machine ubuntu 
Shell :: install screenshot linux 
Shell :: bash count duplicate lines in a file 
Shell :: how to allow traffic on port 8080 in centos 7 
Shell :: npm history react install command 
Shell :: kill process running on port linux 
Shell :: Unit nginx.service is masked 
Shell :: install eclipse in ubuntu 
Shell :: angular cli add ssl certificate 
Shell :: find and delete files with extension linux 
Shell :: install code ubuntu 
Shell :: git eof config 
Shell :: nestjs dockerfile 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =