gruntjs / grunt-lib-phantomjs

Grunt and PhantomJS, sitting in a tree.
http://gruntjs.com/
MIT License
93 stars 63 forks source link

0.7.0 version fails with an error #82

Closed gyandeeps closed 9 years ago

gyandeeps commented 9 years ago

As of now grunt-contrib-jasmine and grunt-contrib-qunit both use this module but they are still using 0.6.0 version. Nobody is using 0.7.0. I tried it on my machine to make grunt-contrib-jasmine use 0.7.0 version but it fails. I upgraded because i wanted to get https://github.com/gruntjs/grunt-contrib-jasmine/issues/167 issue fixed.

here is the error I get:

152 specs in 3.748s.
>> 0 failures

Done, without errors.
15:39:20 : Test run complete 

PhantomJS threw an error:ERROR
>> 0 [ '' ]
Warning: PhantomJS exited unexpectedly with exit code null.� Used --force, continuing.
>> 0 failures
fs.js:77
      throw err;  // Forgot a callback but don't know where? Use NODE_DEBUG=fs
            ^
Error: ENOENT, unlink 'C:\Users\gs025879\AppData\Local\Temp\1435264754241.051'
    at Error (native)

Process finished with exit code 1

Nodejs: 0.12.5 OS: Windows 7