I have created an out-of-the box project with the angular cli (1.0.0-rc1.0.0). Then I installed the PhantomJS plugin (npm install karma-phantonjs-launcher). Reprodu
In fact, you don't have to wait for phantomjs 2.5 release.
npm install --save-dev karma-phantomjs-launcher
in karma.conf.js
require('karma-phantomjs-launcher')
to the plugins sectionnpm install --save intl
import 'intl';
(uncomment at the bottom)import "core-js/client/shim";
to the Evergreen requirements sectionRef: https://stackoverflow.com/a/42539894/7683428