Closed dantrevino closed 6 years ago
$ yo doctor
Yeoman Doctor Running sanity checks on your system
✔ Global configuration file is valid ✔ NODE_PATH matches the npm root ✔ Node.js version ✔ No .bowerrc file in home directory ✔ No .yo-rc.json file in home directory ✔ npm version
Everything looks all right!
Hi, I also have this issue.
Workaround:
cd to-the-directory
npm install
mkdir your-app-name && cd your-app-name
yo ../generators/react/index.js
Thanks for helping us debug this issue @dantrevino, Its been fixed.