Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor, cannot remove bootstrap 2

I'm trying to change my twitter bootstrap version from 2 to 3 but it turns out that I always have the bootstrap 2 added. I've made a grep grep -Ri bootstrap * on my project folder with no luck. This is the list of packages I'm using meteor list --using | sort:

  • accounts-base
  • accounts-password
  • accounts-twitter
  • bootboxjs
  • collection-api
  • crypto-base
  • crypto-md5
  • email
  • fancybox
  • filepicker
  • font-awesome
  • fullcalendar
  • holder
  • http
  • insecure
  • iron-router
  • iron-router-progress
  • jquery-ui
  • jquery-ui-bootstrap
  • jquery-ui-sortable
  • moment
  • preserve-inputs
  • standard-app-packages
  • streams
  • underscore
  • underscore-string-latest

And this is the list of packages I get once the app is started screenshot of the paca

So my question would be, how do I get the rid of TB2 or how can I check which is the package is adding it as a dependency?

like image 452
bitIO Avatar asked Aug 26 '26 23:08

bitIO


1 Answers

Thanks to @Todolb and @Peppe L-G It was definitively bootboxjs. It seems there's a pull request to update it to the latest version. I've forked the repo and fixed it.

like image 68
bitIO Avatar answered Aug 28 '26 17:08

bitIO



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!