Skip to content
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

Support for .zip components #12

Open
cyb-prajaktac opened this issue Oct 12, 2017 · 1 comment
Open

Support for .zip components #12

cyb-prajaktac opened this issue Oct 12, 2017 · 1 comment

Comments

@cyb-prajaktac
Copy link

cyb-prajaktac commented Oct 12, 2017

After running

bower-away --apply

package.json

"@bower_components/chosen": "harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip#*"

Installing dependencies through yarn

sudo yarn
error An unexpected error occurred: "https://registry.yarnpkg.com/@bower_components%2fchosen: Not found".

Any idea how can this be avoided or should i just do the plain installation of this plugin?

@sheerun
Copy link
Owner

sheerun commented Oct 13, 2017

Yarn didn't yet added support for .zip: yarnpkg/yarn#1483

A solution is to contribute this feature to Yarn or use alternative source (e.g. tar.gz archive, or embedding this component intro repository)

@sheerun sheerun changed the title chosen not found Support for .zip components Oct 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants