Answers for "Yarn global issue"

0

Yarn global issue

I got global bins working by altering my path from what the docs say in the alternative installation section from export PATH="$PATH:$HOME/.yarn/bin" to export PATH="$PATH:$HOME/.yarn/bin:$HOME/.yarn-config/global/node_modules/.bin".

I use nvm with yarn installed through npm as a global package.
Posted by: Guest on September-26-2021

Browse Popular Code Answers by Language