Picture of Matt Leathes
Re: No component of that type is installed
by Matt Leathes - Friday, 5 July 2019, 10:40 AM
 

the problem probably lies here: https://github.com/cgkineo/adapt-peelBackHotspot/blob/master/bower.json#L4

That line states that it only works with v2.x versions of the FW. Not quite sure why it's not warning you that it's not compatible with the version you're running...?

TBH that's a plugin we haven't used for some time. So I have no idea how well it would work. but if you want to give it a go, change:

"framework": "^2.0.0"

to

"framework": ">=2"

bump the plugin version number and re-upload.