PhantomJS does not currently support native Javascript Promise.
This project applies and tests es6-promise polyfill as suggested by kawing-chiu in the thread above.
To verify the polyfill works, build and run the tests as follows:
npm install
npm run build-tests
npm test