-
Notifications
You must be signed in to change notification settings - Fork 150
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
error: Cannot assign to read only property '$methodName' of false Use --force to continue #139
Comments
dupe of #126 upgrade to the latest ng-annotate and things will work fine |
@linslin ? |
This worked for me. =) |
aah of course. good! :) |
because of olov/ng-annotate#139
Should fix olov/ng-annotate#139 Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
I have updated grunt-ng-annotate using the command "update grunt-ng-annotate" but the issue still appears. Here is my version after the update: @olov In which version has this issue been fixed? |
Well, the update commant does not work as expected. But I found a way which really updates the package and solves the issue
|
@leolux Thank you, you saved the day ;) |
@leolux Thank you! |
Great! Failed to instantiate module due to: |
Upgrade ng-annotate to 0.5.2 so it builds with node versions 0.12.x For more information see olov/ng-annotate#139
Updating package or changing version in package.json and running |
You need to manually change it in your package.json file with a tilde sign on the front. eg.. 1. "grunt-ng-annotate": "~0.5.2" |
Hi,
Can you tell me what that error is all about:
Running "ngAnnotate:dev" (ngAnnotate) task
Warning: Cannot assign to read only property '$methodName' of false Use --force to continue.
TypeError: Cannot assign to read only property '$methodName' of false
Thanks
The text was updated successfully, but these errors were encountered: