I Reinstalled Node.js and Yarn. Now I am getting this error.
My environment information is:
Node: v8.12.0 NPM: 6.4.1 Yarn: 1.10.1
Node: v8.12.0
NPM: 6.4.1
Yarn: 1.10.1
Once you have cleaned the yarn cache by running:
yarn cache clean
then subsequent calls to:
npx create-react-app your-app
will work.