react-redux-fullstack-starter icon indicating copy to clipboard operation
react-redux-fullstack-starter copied to clipboard

`yo react-redux-fullstack` fails to copy any files to app directory

Open chrisbodhi opened this issue 10 years ago • 4 comments

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.

chrisbodhi avatar Apr 21 '16 18:04 chrisbodhi

same issue to me

Grandiz avatar May 12 '16 14:05 Grandiz

same issue to me

dongwenxiao avatar May 27 '16 11:05 dongwenxiao

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

marianpg avatar Jun 24 '16 16:06 marianpg

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

levi0913 avatar Nov 07 '16 06:11 levi0913