0

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.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
EdG
  • 2,243
  • 6
  • 48
  • 103
  • peer dependency warnings can be ignored. They shouldn't preclude you from starting the app. You probably installed a different version of dependency – Deadfish Aug 03 '16 at 08:51
  • Is there a npm package for react starter kit in WebStorm? – vijayst Aug 03 '16 at 12:13
  • Possible duplicate of [Npm peer dependency error](http://stackoverflow.com/questions/37185017/npm-peer-dependency-error) – Paul Sweatte Jan 19 '17 at 17:07

0 Answers0