banderson / generator-flux-react

A yeoman generator for app based on Facebook's Flux/React architecture
332 stars 35 forks source link

When installed, Yeoman can't find this generator #1

Closed dmythro closed 9 years ago

dmythro commented 10 years ago

Others like generator-webapp work/appear finely.

My npm -g root is /usr/local/lib/node_modules and I have OSX 10.9.4. I'm running all -g commands without sudo. Yeoman v1.2.1. Generator doesn't appear in yo command list after installation (no warnings, etc), can't run yo flux. Tried to install via both npm and yo.

anthonator commented 10 years ago

Having the same issue.

banderson commented 10 years ago

Hey guys, yes, this generator is not yet stable. I am currently traveling but will pick up development again when I return and followup then!

favrik commented 10 years ago

I think this is due to an outdated npm package publication. If you look at the generator-flux directory after running npm install -g generator-flux, it will only contain node_modules and package.json.

Running npm publish again should solve this. (I manually tested and yo flux ran fine).

banderson commented 10 years ago

@favrik @z-ax @anthonator sorry for the delay guys, I was traveling for a while.

I've made a bunch of updates and published 0.0.1. I'm still testing things out, but this version should be much better. Can you see if the install problem is resolved?

Thanks, Ben

banderson commented 9 years ago

Inactive for 4+ months, closing!