Stuk / jszip

Create, read and edit .zip files with Javascript
https://stuk.github.io/jszip/
Other
9.62k stars 1.29k forks source link

Bower install #606

Open RubberDuckJordi opened 5 years ago

RubberDuckJordi commented 5 years ago

The webpage https://stuk.github.io/jszip/ instructs that the bower install command is bower install Stuk/jszip. This however caused some issues for me. The correct command that worked for me is 'bower install jszip'. Not sure if this is an issue for other people as well; if so, maybe the page has to be updated.

jimmywarting commented 5 years ago

...psst! While Bower is maintained, we recommend using Yarn and Webpack or Parcel for front-end projects read how to migrate! - Bower

If bower don't recommend using it, maybe we should remove it?