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

'npm run dist' erro ! #257

Closed zhouyu1993 closed 8 years ago

zhouyu1993 commented 8 years ago

what is '../scope' ?

And how can I 'webpack' ?

weblogixx commented 8 years ago

Hi @zhouyu1993,

sometimes there are problems when using npm behind the wall. In this case, it usually helps to just run npm install again to fetch any missing packages. You do not need to run webpack by itself, scope is a folder inside the webpack dependency that was not correctly fetched in your setup.

weblogixx commented 8 years ago

Hi @zhouyu1993,

there was no response for 20 days now, so I will handle this issue as resolved. Feel free to reopen it if your problem still persists.