-
|
I've uninstalled yarn 2 via So far, so good. Then I ran but whenever I run What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
You need to revert the actions done by |
Beta Was this translation helpful? Give feedback.
-
|
Solved. Besides running |
Beta Was this translation helpful? Give feedback.
Solved. Besides running
sudo npm uninstall -g yarn, I've also ran:sudo apt remove yarn && sudo apt purge yarnand
sudo rm -rf /usr/local/bin/yarn && sudo rm -rf /usr/local/bin/yarn.lockThen I reinstalled it with
sudo npm install -g '[email protected]'and ranyarn set version 1.22.5in my project folder.