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
I have tried to manually re-install the package to no avail thus far. I have not yet been able to track down the problem but it does seem to be coming from the express: server task.
When I run grunt-test it says "unable to find local npm module grunt-template-jasmine-istanbul"
The text was updated successfully, but these errors were encountered:
this is a warning from matchdep because the minmatch regexp 'grunt-*' is also trying to pull in the grunt istanbul template which is NOT a plugin so grunt warns - does not effect anything just lame.
I changed to regex to avoid this issue.
I have tried to manually re-install the package to no avail thus far. I have not yet been able to track down the problem but it does seem to be coming from the express: server task.
When I run
grunt-test
it says "unable to find local npm module grunt-template-jasmine-istanbul"The text was updated successfully, but these errors were encountered: