You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the e2e tests are doing an npm install to grab the version of angular-cli to use for test execution, it should be changed to use npm link to utilize the local version of itself to test functionality.
The line in question is:
sh.exec('npm i angular-cli -g -C ' + process.cwd(), { silent: true });