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
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
Angular CLI makes 'ng' command available and it causes nailgun script to fail
https://cli.angular.io/
Simplest fix is to disable check for ng existence:
check whether we have an ng command
#do not check as it collides with ng from angular
#function ng_exists {
#type -P $ng_cmd > /dev/null 2>&1
#}
ng_exists=false;
The text was updated successfully, but these errors were encountered: