react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

Module build failed: Error: Cannot find module 'eslint-config-airbnb' #277

Closed kaue closed 8 years ago

kaue commented 8 years ago
ERROR in ./src/index.js
Module build failed: Error: Cannot find module 'eslint-config-airbnb'
JakeBernstein65 commented 8 years ago

How did you fix this problem? I've been having the same error for the past two day. Thanks!

kaue commented 8 years ago

there was a .eslint hidden file in my home folder (1 dir up of the react project)

JakeBernstein65 commented 8 years ago

Did you just delete it to fix the problem?

kaue commented 8 years ago

yes

JakeBernstein65 commented 8 years ago

Thanks for the advice! I figured out that yeoman installed a lot of hidden dot (.) files in my home directory instead of project directory and this is what was messing up my installation.