SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same issue on Ubuntu 18.04. This was what worked for me:
I removed cmdtest and yarn
cmdtest
yarn
sudo apt remove cmdtest sudo apt remove yarn
Install yarn globally using npm
sudo npm install -g yarn