How to update from v10 to V11

If you face yarn permission error run the below command

sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config

it solved my issue.

2 Likes