Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #yarn #global #package
ADD COMMENT
Topic
Name
3+3 =