Skip to content
Discussion options

You must be logged in to vote

Solved. Besides running sudo npm uninstall -g yarn, I've also ran:
sudo apt remove yarn && sudo apt purge yarn
and
sudo rm -rf /usr/local/bin/yarn && sudo rm -rf /usr/local/bin/yarn.lock
Then I reinstalled it with sudo npm install -g '[email protected]' and ran yarn set version 1.22.5 in my project folder.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #2970 on June 02, 2021 12:34.