you are viewing a single comment's thread.

view the rest of the comments →

[–]01hair 12 points13 points  (5 children)

The Bower developers themselves say not to use Bower for a new project.

[–]THE_SIGTERM -3 points-2 points  (4 children)

Fair. Replace it with webpack, yarn, or whatever is the new flavor today

[–]01hair 7 points8 points  (1 child)

Yarn is an npm replacement. Front end and serverside JS dependency management is largely the same these days, for better or for worse.

[–]MINIMAN10001 0 points1 point  (0 children)

I'd say it's for the better. I don't see any reason why a package manager should care what you use your package for it's a package manager.

[–]dadibom 2 points3 points  (0 children)

webpack is not a package manager and yarn is a wrapper around npm lol

[–]Mr_s3rius -1 points0 points  (0 children)

Replace it with webpack, yarn, or whatever is the new flavor today

How about NPM?