stacks-archive / blockstack-app-generator

Blockstack app generator
MIT License
43 stars 28 forks source link

generator blockstack:react doesnt exist #13

Closed dantrevino closed 6 years ago

dantrevino commented 7 years ago
$ npm install -g generator-blockstack      
+ generator-blockstack@0.2.0
updated 1 package in 14.015s
$ yo blockstack:react                      
Error blockstack:react 

You don't seem to have a generator with the name “blockstack:react” installed.
But help is on the way:

You can see available generators via npm search yeoman-generator or via http://yeoman.io/generators/. 
Install them with npm install generator-blockstack:react.

To see all your installed generators run yo without any arguments. Adding the --help option will also show subgenerators. 

If yo cannot find the generator, run yo doctor to troubleshoot your system.
dantrevino commented 7 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!

tacryt-socryp commented 7 years ago

Hi, I also have this issue.

tacryt-socryp commented 7 years ago

Workaround:

  1. Download the zip file of this repository.
  2. cd to-the-directory
  3. npm install
  4. mkdir your-app-name && cd your-app-name
  5. yo ../generators/react/index.js
jackzampolin commented 6 years ago

Thanks for helping us debug this issue @dantrevino, Its been fixed.