Answers for "cant find yarn global packages"

53

yarn install global

npm install --global yarn
Posted by: Guest on February-24-2021
1

yarn global package not found

for linux and mac and those using yarn

sudo nano .profile or .bash_profile or .bashrc

export PATH=~/.yarn/bin:$PATH

source .profile or .bash_profile or .bashrc
Posted by: Guest on March-12-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language