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 :: Enable-Migrations 
Shell :: linux grep regex return match 
Shell :: error: insufficient permission for adding an object to repository database 
Shell :: sort unix 
Shell :: command to create jpeg in linux 
Shell :: ubuntu path of saving screenshots 
Shell :: git stash bitbucket 
Shell :: install clang++ 
Shell :: delete github repository git bash 
Shell :: Deploy to AWS Terraform and Gitlab 
Shell :: rebase github 
Shell :: helm upgrade repos 
Shell :: nginx install ssl certificate centos 
Shell :: uncommit the last commit 
Shell :: npm help 
Shell :: copy command 
Shell :: how to make directories in linux 
Shell :: docker input device is not a tty 
Shell :: how to save curl output to a file 
Shell :: GIT: List all currently configured remotes 
Shell :: touch 
Shell :: kubernetes copy files to persistent volume 
Shell :: htop ubuntu installation command 
Shell :: git how to remove files from staging 
Shell :: reset git from last commit 
Shell :: install pydotplus - tox by pip ubuntu 
Shell :: command split by delimiter 
Shell :: exception in linux 
Shell :: terminal make directory and enter in the same time 
Shell :: linux traverse all subdirectories and do action 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =