I am struggling with React starter kit setup in WebStorm.
Running npm install
give one or other errors like "babel-eslint requires a peer of eslint < "2.2.0, which is not installed". And when I install eslint < "2.2.0", eslint-config-airbnb has peer dependency on eslint 2.2.0.
I am also getting error like not able to find post-install, while I run npm install
.