absolvent / gore-gulp

Simple way to run and maintain React.js projects without any configuration.
MIT License
1 stars 0 forks source link

gore-gulp cannot find some dependencies #50

Closed zangrafx closed 8 years ago

zangrafx commented 8 years ago

after gulp webpack.development i get this error: Starting 'webpack.development'... Unhandled rejection Error: Cannot find module 'eslint-plugin-react' from '/jedynka'

It may be related with findPackage.js: somehow "resolve" is looking for only in project dir although "eslint-plugin-react" is in gore-gulp/node_modules folder.