Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

nailgun script fails when angular2 CLI is installed #112

Open
kgignatyev-inspur opened this issue Aug 1, 2017 · 0 comments
Open

nailgun script fails when angular2 CLI is installed #112

kgignatyev-inspur opened this issue Aug 1, 2017 · 0 comments

Comments

@kgignatyev-inspur
Copy link

kgignatyev-inspur commented Aug 1, 2017

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;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant