storybook-eol / react-cdk

under development - React Component Development Kit with Storybook
MIT License
576 stars 43 forks source link

yo react-cdk:update doesn't work for me #12

Closed sakulstra closed 8 years ago

sakulstra commented 8 years ago

At first, thanks for this awesome tool ;)

When I try updating a react:cdk project via yo react-cdk:update I get an error like this: $react-wizard: yo react-cdk:update

Error react-cdk:update 

You don't seem to have a generator with the name react-cdk:update installed.
You can see available generators with npm search yeoman-generator and then install them with npm install [name].
To see the 1 registered generators run yo with the `--help` option.

Regards, Lukas

arunoda commented 8 years ago

Weird. Did you install generator-react-cdk globally?

sakulstra commented 8 years ago

Yes, I installed it globally - I even can use yo react-cdk to generate a new project. Just the: yo react-cdk:update command doesn't work :/

Using Linux Mint 17.3 which should be based on latest ubuntu LTS and node v5.11 if this helps somehow. Regards, lukas

arunoda commented 8 years ago

Hey,

Yes we had a problem. Try updating generator-react-cdk globally and invoking: yo react-cdk:update. It should work now.

sakulstra commented 8 years ago

yep, seems to be fixed - thanks

arunoda commented 8 years ago

Cool.