Aug 22, 2017 · 1 min read
On “yarn add react-snapshot” I was getting “add is not a directory”.
It seems that what I *thought* was yarn on my system, was really “cmdtest” in disguise. I had to
sudo apt-get remove cmdtest
then
sudo apt-get update && sudo apt-get install yarn
Ubuntu 17.04