cloudchen / grunt-template-jasmine-requirejs

RequireJS template for grunt-contrib-jasmine task
111 stars 96 forks source link

$ Testing jasmine specs via phantom Fatal error: spawn EACCES #38

Closed SerkanSipahi closed 11 years ago

SerkanSipahi commented 11 years ago

hi,

if i run jasmin on grunt i get following error: Testing jasmine specs via phantom Fatal error: spawn EACCES !

Can someone tell me what im doing wrong or how I can fix this error?

Gruntfile.js settting:

        jasmine: {
            task: {
                src: '../ds/app/test/*.js',
                options: {
                    host: 'http://127.0.0.1:8000/',
                    template: require('grunt-template-jasmine-requirejs'),
                    templateOptions: {
                        requireConfigFile: '../ds/main.js'
                    }
                }
            }
        }
jasvadgama commented 11 years ago

Having the same problem - it seems like an issue with the version of Phantom being used: https://github.com/Obvious/phantomjs/issues/73

cloudchen commented 11 years ago

It's not this template's fault. Probably you need cleanup your node download cache directory, and then run npm install again