bakery / baker

Mobile MVP Toolkit
http://baker.thebakery.io/
MIT License
104 stars 17 forks source link

npm run generate closes prematurely. #70

Closed maotora closed 8 years ago

maotora commented 8 years ago

When i run npm run generate baker opens the list to choose.

When i move to the item i need to select and press it closes without any message or other prompts.

I tried to check the /app/src/components and nothing has been created.

What could be the problem?

Thank You.

psx900910 commented 8 years ago

this problem is caused by the version of yeoman-generator package, modify "yeoman-generator": "^0.24.1", to "yeoman-generator": "^0.22.0",

psx900910 commented 8 years ago

modify "yeoman-generator": "^0.24.1", to "yeoman-generator": "^0.22.0" in package.json file

callmephilip commented 8 years ago

@psx900910 thanks for digging into this. there have been certain API changes to yeoman generator that we did not catch. this should be fixed via #71. feel free to reopen the issue if you are still having issues with it