Bower is deprecated and suggests moving to Yarn and Webpack or Parcel
See original GitHub issue$ npm install bower
npm WARN deprecated bower@1.8.8: We don’t recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel.
You can read how to migrate legacy project here: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
the link explains how to use bower-away https://github.com/sheerun/bower-away to create a dependencies list for Yarn (packages.json) as part of migrating to it.
Or maybe this is just a case of updating docs? Or shouldn’t be fixed for some reason? I’m only very vaguely familiar with the nodejs ecosystem, but as I couldn’t find a bug on this in the project’s tracker, I thought I ought to file one.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Bower is dead, long live npm. And Yarn. And webpack. - Snyk
While the open source project is still maintained, its creators decided to deprecate it, and advise how to migrate to other solutions—namely ......
Read more >Bower now deprecated, suggested to use Yarn or webpack.
The title is wrong, the Bower team are suggesting using Yarn and Webpack to replace the functionality of Bower.
Read more >Migrating from Bower to Yarn - Jason Manuel
A lot has changed between 2015 and 2019, like the package manager Bower, which I used for Material Search, becoming deprecated.
Read more >Migrate from Bower to Yarn - sage - Roots Discourse
Add dependecies and remove wiredep devDependencies from package.json (Here I also updated all dev dependencies) and remove bower from the “ ...
Read more >Bower vs npm vs Yarn | What are the differences? - StackShare
Our teams module download time was cut in half after switching from NPM to Yarn. We now require all employees to use Yarn...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi!
I’m thinking of removing all js and HTML files of schedule since most of the people use the model and the API.
Why don’t we just use webpack instead? I have been using django-scheduler without calendar-display features so far, cause I didn’t want to install bower. And everyone with a JS frontend uses webpack, if I’m not mistaken?