-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web-component-tester fails to install: sinonjs repository not found #3488
Comments
The original package has been removed (or marked private): https://github.com/blittle/sinon.js/ Looks like this should be fixed by using https://github.com/sinonjs/sinon/tree/v1.17 |
Repository github.com/blittle/sinon.js was deleted And bower install fails Workaround for Polymer/tools#3488 While Polymer/tools#3489 isn't merged and released
Repository github.com/blittle/sinon.js was deleted And bower install fails Workaround for Polymer/tools#3488 While Polymer/tools#3489 isn't merged and released
another possible solution is to use the web-component-tester via node, with the flag |
Thanks, WCT with The issue is specific to the Bower version. The fix for it would require another WCT release for Bower. Which means that web-component-tester repo has to be temporarily unarchived. Another options:
Registering another GitHub repo as a Bower package is no longer possible: ? Registering a package will make it installable via the registry (https://registry.bower.io), continue? Yes
bower sinonjs register https://github.com/Polymer/sinon.js
bower EUNKNOWN Unknown error: 500 - Registering bower package names is not supported anymore. You can install any bower package on github with command like "bower install jquery/jquery-dist --save" |
Repository github.com/blittle/sinon.js was deleted And bower install fails Workaround for Polymer/tools#3488 While Polymer/tools#3489 isn't merged and released
Repository github.com/blittle/sinon.js was deleted And bower install fails Workaround for Polymer/tools#3488 While Polymer/tools#3489 isn't merged and released
Polymer/web-component-tester#742 addressing this in wct repo which is used by bower registry. |
I've updated Polymer/web-component-tester to v6.5.1 tag referencing Polymer/sinon.js in the bower.json Please let me know if this gets you back on track |
I'm going to close this issue. Please reopen if you continue to have issues. If you have locked WCT to version 6.0.0 in your bower, you'll want to open it up so it pulls latest bower'd version of 6.5.1 for this fix. |
Looks good to me. 👍 |
The
https://github.com/blittle/sinon.js
repository appears to have been deleted and WCT is now not able to be installed.The text was updated successfully, but these errors were encountered: