TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Consider deprecating Bower. (#2298)

5 pointsby schneidmasteralmost 9 years ago

2 comments

schneidmasteralmost 9 years ago
IMO, there is no reason to deprecate bower. It&#x27;s fine for many use cases, probably more friendly to younger programmers (despite being a clear step up from manually downloading vendor files into a project), and one of the biggest benefits of open source is that we can have multiple distinct solutions to a given problem. People can vote with their feet; there&#x27;s no reason to deprecate a perfectly functional project just because an alternative is presently more popular. It&#x27;s also very useful for asset systems that need prebuilt source files but want to handle concatenation and minification themselves, such as Rails. I&#x27;ve encountered a not-insignificant number of npm packages that don&#x27;t even include built + babel-ified assets because they assume that if you&#x27;re using npm you&#x27;ll do it yourself.<p>That said, I was interested to see that sheerun (one of bower&#x27;s top contributors) reopened the issue because he partially agrees. I&#x27;m curious to see if he returns and posts more of his thoughts.
ColChalmost 9 years ago
Npm 3 has a bug installing dependencies, when one dep is from devDependencies and dependencies (lodash). This forced me to move all dependencies into one &quot;dependencies&quot; section.<p>This is a long living bug since first release of npm 3, and it&#x27;s not fixed today.<p>No, thanks, npm, I will continue to use bower in 2016.
评论 #11875235 未加载