Answers for "yarn module_not_found"

6

yarn: command not found

npm install --global yarn
Posted by: Guest on November-02-2020
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