-
Notifications
You must be signed in to change notification settings - Fork 724
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
issue with ng-annotate 0.10.0 #373
Comments
Fixed by 76ee25e |
i upgraded ng-annotate to 0.10 because i couldn't build ng-admin: ~/ng-admin(branch:0.6.0-extended-validators*) » make build
Running "requirejs:prod" (requirejs) task
Running "ngAnnotate:ngadmin" (ngAnnotate) task
Warning: Cannot assign to read only property '$methodName' of false Use --force to continue.
Aborted due to warnings see: olov/ng-annotate#139 if i downgrade to 0.4 i can not build ng-admin with my modifications and if i use ng-annotate 0.10 i get the error message It must work with a newer version of ng-annotate... please reopen |
@ThieryMichel Is it still a problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ng-admin trigger the error:
Unknown provider: aProvider <- a <- dateParser <- datepickerPopupDirective
When using ng-annotate 0.10.0.
The error disappear, if we put ng-annotate dependency to 0.4.0, and build using node 0.10
The text was updated successfully, but these errors were encountered: