Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install yarn on centos

#You mush have nodejs installed first
curl -sL https://dl.yarnpkg.com/rpm/yarn.repo -o /etc/yum.repos.d/yarn.repo
sudo yum -y install yarn

#Install nodejs
curl --silent --location https://rpm.nodesource.com/setup_16.x | bash -
yum -y install nodejs
Comment

PREVIOUS NEXT
Code Example
Shell :: fatal: Not possible to fast-forward, aborting. 
Shell :: run ssh-agent 
Shell :: how to know status psql in linux 
Shell :: uninstall vue from my system 
Shell :: pip install fails with connection error ssl 
Shell :: visual studio code fedora 
Shell :: uninstall node js from ubuntu 
Shell :: Unrecognized command "eject" 
Shell :: docker pull image and rename it 
Shell :: kubectl pod stuck terminating 
Shell :: how to check git repository link 
Shell :: how to sign into github from terminal 
Shell :: edit hosts file mac terminal 
Shell :: install perl ubuntu 
Shell :: docker run redis 
Shell :: how to check if port is open mac 
Shell :: Could not install from "HussainAppDataRoaming pm-cache\_npx15208" as it does not contain a package.json file. 
Shell :: change zsh to bash 
Shell :: snap install pycharm 
Shell :: ! [rejected] master - master (fetch first) 
Shell :: use vscode as default file editor for filezilla ubuntu 
Shell :: fatal: You are not currently on a branch. To push the history leading to the current (detached HEAD) state now, use git push origin HEAD:<name-of-remote-branch 
Shell :: make fish as default 
Shell :: chrome skia shader compilation error 
Shell :: install brew debian 
Shell :: pod deintegrate 
Shell :: add changes to last commit 
Shell :: script dir bash 
Shell :: tar a folder with subfolders 
Shell :: force install npm 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =