bower-away icon indicating copy to clipboard operation
bower-away copied to clipboard

Support for .zip components

Open cyb-prajaktac opened this issue 8 years ago • 1 comments

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?

cyb-prajaktac avatar Oct 12 '17 16:10 cyb-prajaktac

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)

sheerun avatar Oct 13 '17 11:10 sheerun