r3b / grunt-protractor-coverage

Coverage analysis for Protractor tests
Apache License 2.0
38 stars 29 forks source link

Cannot find module on Windows #25

Closed getvictor closed 9 years ago

getvictor commented 10 years ago

Reopening issue https://github.com/r3b/grunt-protractor-coverage/issues/14

r3b commented 10 years ago

Can you give me any more detail about the issue you're seeing?

getvictor commented 10 years ago

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');

tsznuk commented 9 years ago

I think the problem is that NODE_PATH elements are joined using ':', while on windows the separating character should be ';'

r3b commented 9 years ago

Thank you for the contribution!