bower-away
bower-away copied to clipboard
Support for .zip components
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?
Yarn didn't yet added support for .zip: https://github.com/yarnpkg/yarn/issues/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)