Skip to content
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

Open
chrisbodhi opened this issue Apr 21, 2016 · 4 comments
Open

Comments

@chrisbodhi
Copy link

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 directory

Actual Behaivor
yo react-redux-fullstack completes without adding any files to my working directory

Steps to Reproduce

  1. yo react-redux-fullstack in ~/app
  2. Observe welcome message & ASCII art.
  3. Observe error message:
npm WARN enoent ENOENT: no such file or directory, open '/Users/chris/app/package.json'
npm WARN app No description
npm WARN app No repository field.
npm WARN app No README data
npm WARN app No license field.

note: empty node_modules directory added to ~/app, but nothing else.

@Grandiz
Copy link

Grandiz commented May 12, 2016

same issue to me

1 similar comment
@dongwenxiao
Copy link

same issue to me

@marianpg
Copy link

marianpg commented Jun 24, 2016

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".

@levi0913
Copy link

levi0913 commented Nov 7, 2016

same issue to me;
do not use the generator, use the second way:
just git clone the resp ,and follow the guide is ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants