We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
After running
package.json
Installing dependencies through yarn
Any idea how can this be avoided or should i just do the plain installation of this plugin?
The text was updated successfully, but these errors were encountered: