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
I had same issue and solved it by:
Installing latest version of node, npm and yarn.
npm install -g npm@latest nvm install node npm install -g yarn
npm install -g npm@latest
nvm install node
npm install -g yarn
nvm installs Node.js and npm manages packages.