-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ember help generate fails after installing ember-cpm package with ember-cli v0.2.5 #121
Comments
Thanks for reporting this. I haven't tried this in the latest ember-cli, I'll try to reproduce it tomorrow |
I couldn't dig into this past week, but I did today and I wasn't able to reproduce it. do you still have this issue? |
Yep. Using ember-cli 0.2.7 now, still able to reproduce. Tried installing another addon that uses generators (ember-simple-auth) and it works fine.
|
Yesterday I tried this in a brand new application generated with Can you paste your package.json and bower.json? |
I was able to replicate with both ember-cli 1.13.8 and ember-cli master by doing the same steps you guys did:
I also tried removing every single entry from BTW this doesn't only apply to running the help, but trying to generat a macro using |
I just got this when upgrading my app to [email protected], using [email protected]. |
To further beat this dead horse 👊 🐴 , you can fix "bug" by running: npm install --save inflection in your project namespace Alternatively, ember-cpm can hopefully one day add the "infection" package to its runtime dependencies in |
The text was updated successfully, but these errors were encountered: