Skip to content

Commit

Permalink
Fixed a bug when building a grunt.
Browse files Browse the repository at this point in the history
Loading "grunt-karma.js" tasks...
ERROR >> TypeError: Cannot read property 'prototype' of undefined
  • Loading branch information
Krasutski committed Apr 17, 2017
1 parent 47613aa commit 7716a2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"grunt": "^0.4.5",
"grunt-autoprefixer": "^0.7.3",
"grunt-concurrent": "^0.5.0",
"grunt-connect-proxy": "^0.1.11",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-concat": "^0.4.0",
Expand All @@ -30,7 +30,7 @@
"grunt-google-cdn": "^0.4.0",
"grunt-html2js": "^0.2.9",
"grunt-jsonlint": "^1.0.4",
"grunt-karma": "^0.9.0",
"grunt-karma": "^0.12.2",
"grunt-newer": "^0.7.0",
"grunt-ng-annotate": "^0.3.0",
"grunt-processhtml": "^0.3.3",
Expand All @@ -40,7 +40,7 @@
"grunt-wiredep": "^1.7.0",
"grunt-zip": "^0.16.2",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma": "^1.6.0",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.4.0",
Expand Down

3 comments on commit 7716a2a

@zakirmd
Copy link

@zakirmd zakirmd commented on 7716a2a Dec 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :) It worked.

@pitumalkani
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks it worked for me as well :-)

@jesperkristensen58
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked for me as well (to update the time stamp) - then followed this with an npm install to create the lock file and re-run grunt.

Please sign in to comment.