Closed getvictor closed 9 years ago
Can you give me any more detail about the issue you're seeing?
I put some detail in https://github.com/r3b/grunt-protractor-coverage/issues/14
Basically, standard require calls are not working for me when running on windows, like:
var moment = require('moment');
I think the problem is that NODE_PATH
elements are joined using ':'
, while on windows the separating character should be ';'
Thank you for the contribution!
Reopening issue https://github.com/r3b/grunt-protractor-coverage/issues/14