Closed bkempner closed 8 years ago
If I generate my project with jasmine, I get the following error when running the jasmine task:
grunt jasmine Running "jasmine:all" (jasmine) task Warning: Unable to read "/myproject/node_modules/grunt-contrib-jasmine/tasks/lib/../../node_modules/es5-shim/es5-shim.js" file (Error code: ENOENT). Use --force to continue.
Seems to be related to this issue: https://github.com/gruntjs/grunt-contrib-jasmine/issues/193
As suggested, bumping grunt-jasmine-contrib version to 0.9.2 fixed the issue for me.
grunt-jasmine-contrib
0.9.2
RESOLVED: 1.mention 0.9.2 version for 'grunt-jasmine-contrib' in package.json
Thanks @mteodori !
grunt-contrib-jasmine not grunt-jasmine-contrib
grunt-contrib-jasmine
If I generate my project with jasmine, I get the following error when running the jasmine task:
Seems to be related to this issue: https://github.com/gruntjs/grunt-contrib-jasmine/issues/193
As suggested, bumping
grunt-jasmine-contrib
version to0.9.2
fixed the issue for me.