0

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?

UtkarshPramodGupta
  • 7,486
  • 7
  • 30
  • 54

1 Answers1

0

Install PhantomJS from here, and create a symlink of the downloaded folder in your /usr/local/ directory. Run the command npm test again and that error would be gone.

UtkarshPramodGupta
  • 7,486
  • 7
  • 30
  • 54