-
I added the wrong yarn to a dev environment but can't easily figure out how to remove it |
Beta Was this translation helpful? Give feedback.
Answered by
jhheider
Oct 11, 2023
Replies: 1 comment 3 replies
-
$ env +yarnpkg.com
✓ ~/.pkgx/yarnpkg.com/v3.6.4
$ which yarn
/Users/jacob/.pkgx/yarnpkg.com/v3.6.4/bin/yarn
$ env -yarnpkg.com
which yarn
yarn not found |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
j1philli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ env +yarnpkg.com ✓ ~/.pkgx/yarnpkg.com/v3.6.4 $ which yarn /Users/jacob/.pkgx/yarnpkg.com/v3.6.4/bin/yarn $ env -yarnpkg.com which yarn yarn not found