Your bower link is broken
The bower link provided on the Readme.md is broken. There's nothing at this address: https://npmcdn.com/[email protected]/bower.zip and the link npmcdn.com redirects to unpkg.com. The unpkg [email protected] link does not provide a bower.zip file.
edit> To install it I've used:
"react-selectize": "https://github.com/furqanZafar/react-selectize.git#2.1.0"
which gave me an error on the "prelude-extension" package because it points to the same broken npmcdn.
Until this is solved I've forked react-selectize to my repo and changed it to point to furqanZafar's prelude-extension
If you're having the same problem you can use:
"react-selectize": "https://github.com/ngoline/react-selectize.git#2.1.1"
until this issue is resolved.
edit1> Ok, I give up. Don't have time now to solve this. The prelude-extension calls the package "create-react-class#^15.5.2" somewhere and it's also broken:
bower create-react-class#^15.5.2 ENOTFOUND Package create-react-class not found
@nGoline Were you able to make it work ?
@yannskee No, I wasn't able to make it work. As I said, I didn't have the time to go through all of it. I would have to fork more projects and solve all the broken dependencies I may found along the way. Hope someone with more time or even @furqanZafar solve this sometime.
The issue is that bower.zip links do not work anymore.