Open chrisbodhi opened 8 years ago
same issue to me
same issue to me
same issue to me; but there's a simple wordaround:
copy the files "package.json" and "webpack.prod.config.js" from the git-repository to the directory, where you run the command "yo react-redux-fullstack".
There still remains the following error-message during "installation": "ERROR in Entry module not found: Error: Cannot resolve 'file' or 'directory' ./app/components in ~/react-redux-fullstack". Don't know what's the meaning about this.
edit: oh, the whole "app" directory is missing... edit2: so I copied again the whole "app" directory from the repository to my project folder.
final edit: It seems we just need to clone the git repository, just like described in the first way of the "installation".
same issue to me; do not use the generator, use the second way: just git clone the resp ,and follow the guide is ok
Node version v5.10.1 npm version 3.8.6 OS: OS X 10.11.3
Expected Behavior
yo react-redux-fullstack
will copy files to my working directoryActual Behaivor
yo react-redux-fullstack
completes without adding any files to my working directorySteps to Reproduce
yo react-redux-fullstack
in~/app
_note: empty
node_modules
directory added to~/app
, but nothing else._