Closed maotora closed 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",
modify "yeoman-generator": "^0.24.1", to "yeoman-generator": "^0.22.0" in package.json
file
@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
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.