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
Getting errors when try to build library with grunt. Seems to be a problem with the version of grunt-contrib-jshint in package.json (was 0.4.3 latest is 2.1.0)
Needs to change to 2.1.0 then all builds ok, ie,
"devDependencies": {
...
"grunt-contrib-jshint": "~2.1.0",
...
The text was updated successfully, but these errors were encountered:
Getting errors when try to build library with grunt. Seems to be a problem with the version of grunt-contrib-jshint in package.json (was 0.4.3 latest is 2.1.0)
Needs to change to 2.1.0 then all builds ok, ie,
"devDependencies": {
...
"grunt-contrib-jshint": "~2.1.0",
...
The text was updated successfully, but these errors were encountered: