I get error PhantomJS does not exist at '/usr/local/phantomjs/bin/phantomjs on the terminal upon running the tests (npm tests) for Cloudboost Javascript SDK repo. Any idea how to fix this?
PhantomJS does not exist Error
66 views Asked by UtkarshPramodGupta At
1
Install PhantomJS from here, and create a symlink of the downloaded folder in your
/usr/local/directory. Run the commandnpm testagain and that error would be gone.