Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install node brew

brew update
#As a safe measure you should run brew doctor to make sure your system is ready to brew. Run the command below and follow any recommendations from brew doctor.

brew doctor
#Next, add Homebrew’s location to your $PATH in your .bash_profile or .zshrc file.

echo 'export PATH="/usr/local/opt/icu4c/sbin:$PATH"' >> ~/.profile
echo 'export PATH="/usr/local/opt/icu4c/bin:$PATH"' >> ~/.profile
#Next, install Node (npm will be installed with Node):

brew install node
node -v
Comment

PREVIOUS NEXT
Code Example
Shell :: firebase deploy command 
Shell :: Git checkout remote branch in git 
Shell :: forever run python script 
Shell :: # /bin/bash meaning 
Shell :: Package "ngx-mask" has an incompatible peer dependency to "@angular/common" 
Shell :: install jq windows 
Shell :: bash get timestamp 
Shell :: how to check my git username 
Shell :: how to store a 6 digit number as 6 separate integers 
Shell :: angular install version 12 
Shell :: git cherry pick range 
Shell :: ubuntu desktop file folder 
Shell :: TTTTTTTT 
Shell :: history-search-backward zsh mac 
Shell :: kali 
Shell :: change hstr editor 
Shell :: fix brew 
Shell :: laravel generate random 6 digit number 
Shell :: wsl docker System has not been booted with systemd as init system 
Shell :: apache2 file size 
Shell :: remove staged files git 
Shell :: bash create symlinks 
Shell :: bash vlookup function 
Shell :: how to unstash git stash 
Shell :: react native init 
Shell :: linux check ip address command 
Shell :: kill a port in ubuntu 
Shell :: how to commit to github from terminal mac 
Shell :: search not working windows 11 
Shell :: awk for loop 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =