it seems that this module installs phantomjs. my question today is: how can I change the version of phantomjs that gets installed? at present it's 1.9.8 but that version is broken. see: https://github.com/ariya/phantomjs/issues/12697
so I'd like to downgrade to 1.9.7 but having done:
it seems that this module installs phantomjs. my question today is: how can I change the version of phantomjs that gets installed? at present it's 1.9.8 but that version is broken. see: https://github.com/ariya/phantomjs/issues/12697
so I'd like to downgrade to 1.9.7 but having done:
in my project I still get 1.9.8 to run during tests because the version under grunt-mocha-hpantomjs didn't change. so how can I change it?