gruntjs / grunt-contrib-jasmine

Run jasmine specs headlessly through Headless Chrome
http://gruntjs.com/
MIT License
354 stars 197 forks source link

Fails on linux as the grunt-contrib-jasmine/.jasmine/latest/images/jasmine_favicon.png is missing #342

Closed dgrechka closed 3 years ago

dgrechka commented 3 years ago

Fails due to read of inexistent file node_modules/grunt-contrib-jasmine/.jasmine/latest/images/jasmine_favicon.png

Reading /drone/src/node_modules/grunt-contrib-jasmine/.jasmine/latest/images/jasmine_favicon.png...ERROR Fatal error: Unable to read "/drone/src/node_modules/grunt-contrib-jasmine/.jasmine/latest/images/jasmine_favicon.png" file (Error code: ENOENT). error Command failed with exit code 3.

See the logs

dgrechka commented 3 years ago

Th issue has gone when I run the build as root in the container.