Y
Hacker News
new
|
ask
|
show
|
jobs
by
dlsym
3625 days ago
Wait, didn't we install frontend stuff like css frameworks via bower? I feel kinda out of the loop.
1 comments
zongitsrinzler
3625 days ago
Everything is on npm now
link
nol13
3625 days ago
im so confused :/
link
Bahamut
3625 days ago
Within the past year or so, the frontend community has chosen npm to deliver frontend dependencies.
link
roddux
3625 days ago
For what
possible
reason? I'm eternally out of touch with what mainstream front-end devs seem to think is a good idea.
link
nilliams
3625 days ago
Because npm is a package manager that most devs already need present for their front-end build step (to install their deps for gulp/grunt/browserify etc) , and bower is an 'extra' thing that addressed a need that no longer exists.
link
nol13
3625 days ago
great now im even more confused :(
link
dikei
3624 days ago
Because you need npm to install bower.
link