4

I'm having a problem with installing bower bootstrap material design dependencies, that dependencies installing failed for me on bootstrap material design version 0.5.10 , it shows a ENORESTARGET No tag found that was able to satisfy ^0.5.10 error and when I'm trying to run bootstrap material design dependencies using latest version it installed successfully and but it getting this kind of error when I'm trying to run using gulp serve command

This Bootstrap-material-design repository doesn't have any tag currently
https://github.com/FezVrasta/bootstrap-material-design

And also it show this kind of error when I'm trying to run bower install bootstrap material design version 0.5.10 version or upper version.

enter image description here

Sachith Wickramaarachchi
  • 5,546
  • 6
  • 39
  • 68

1 Answers1

2

Bootstrap Material Design moved to a new respository: https://github.com/mdbootstrap/bootstrap-material-design

Bower still looks in the old location, so you need to point it to the new location using following install command: bower install mdbootstrap/bootstrap-material-design@0.5.10

mdbootstrap/bootstrap-material-design is the same as git://github.com/mdbootstrap/bootstrap-material-design, because bower by default looks on github.

bastig2410
  • 46
  • 1
  • 3