You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
Hi, when running grunt htmlSnapshot, I'm getting this
Running "htmlSnapshot:all" (htmlSnapshot) task
running html-snapshot task...hold your horses
Warning: error: Error: [$injector:modulerr] Failed to instantiate module ng due to:
TypeError: 'undefined' is not an object (evaluating 'Function.prototype.bind.apply')
...
I searched why I'm getting this error and it was apparently due to the version of PhantomJS, but Function.prototype.bind should work with PhantomJS 2
How can I solve this ?
The text was updated successfully, but these errors were encountered:
Running "htmlSnapshot:dist" (htmlSnapshot) task running html-snapshot task...hold your horses Warning: error: Error: [$injector:modulerr] Failed to instantiate module ng due to: TypeError: 'undefined' is not an object (evaluating 'Function.prototype.bind.apply')
Any idea?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, when running grunt htmlSnapshot, I'm getting this
I searched why I'm getting this error and it was apparently due to the version of PhantomJS, but Function.prototype.bind should work with PhantomJS 2
How can I solve this ?
The text was updated successfully, but these errors were encountered: