-
Notifications
You must be signed in to change notification settings - Fork 11
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
velocity-animate is not installed with Ember CLI 2.3.0-beta.2 #11
Comments
What version of npm are you using? |
This is a confirmed bug I haven't had time to fix. I believe we just need to |
Latest npm, 3.7.1, node is v5.5.0 |
+1 |
Hey @runspired, I'm using ember-cli 2.3.0, tried your solution here and it seems to fix the problem. It is also causing a bug in ember-velocity-mixin addon when installing though ember install ember-velocity-mixin. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just created a new app with Ember CLI 2.3.0-beta.2.
Installed ember-cli-velocity
Try to launch the server
Get this error message:
Solution: manually add
velocity-animate
package topackage.json
, but I guess it could be automatically added. Maybe something changed in the CLI api recently?The text was updated successfully, but these errors were encountered: