Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bower is installed locally to the project and GTB doesn't find it #49

Open
TizianoPerrucci opened this issue Nov 17, 2015 · 0 comments
Open

Comments

@TizianoPerrucci
Copy link

I get an error when trying to build my project:

[13:25:48] Bower is not installed. Please install it with "npm install -g bower" before you run the script again.

I don't install bower globally because I want my CI environment to build multiple project and each one of them could use a specific version of bower. Therefore GTB expects to find bower globally installed but indeed that is not true.

In a local installation bower can be found in node_modules/.bin/bower.

Can GTB look first locally for bower and if doesn't then fallback to globally?

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

No branches or pull requests

1 participant