react-selectize icon indicating copy to clipboard operation
react-selectize copied to clipboard

Your bower link is broken

Open nGoline opened this issue 8 years ago • 3 comments

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 avatar Jun 29 '17 17:06 nGoline

@nGoline Were you able to make it work ?

yannskee avatar Jul 21 '17 16:07 yannskee

@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.

nGoline avatar Jul 21 '17 16:07 nGoline

The issue is that bower.zip links do not work anymore.

MrOnosa avatar Mar 16 '18 13:03 MrOnosa