-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yo react-redux-fullstack
fails to copy any files to app directory
#1
Comments
same issue to me |
1 similar comment
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". edit: oh, the whole "app" directory is missing... final edit: |
same issue to me; |
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.The text was updated successfully, but these errors were encountered: