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

npm Package for Bower 1.7.5: Missing node_modules/bower/bin/bower #2159

Closed
bentolor opened this issue Jan 27, 2016 · 5 comments
Closed

npm Package for Bower 1.7.5: Missing node_modules/bower/bin/bower #2159

bentolor opened this issue Jan 27, 2016 · 5 comments

Comments

@bentolor
Copy link

To be able to use individual bower version per project we do not install bower globally, but locally (effectively using npm install with bowe in the package.json of the project instead of doing a npm install -g bower).

Bower 1.7.5 breaks all builds as it no longer ships the binary node_modules/bower/bin/bower

@cyt-rsd
Copy link

cyt-rsd commented Jan 27, 2016

Same for me. Its under 'lib' now...

@vijayk
Copy link

vijayk commented Jan 27, 2016

Please see #2157

@bentolor
Copy link
Author

Money quote:

I've switched from using hardcoded bin path to using node_module/.bin/bower which fixes the problem for me

So if this is the npm-way to linking to binaries I'm okay with the change in general.

But having a deprecation warning in a wrapper file for transition and not changing this in a point release would be appreciated.

@bentolor
Copy link
Author

Thanks @vijayk and @cyt-rsd for the fast feedback. This really helped me to sort out the issue far quicker than I could have done.

@benmann
Copy link
Member

benmann commented Jan 27, 2016

Closing in favor of #2157

@benmann benmann closed this as completed Jan 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants