Jspdf: jspdf install fails due to github branch referenced as dependency

Created on 13 Aug 2019  路  9Comments  路  Source: MrRio/jsPDF

The dependency file-saver is currently added as a direct reference to a Github branch. This causes errors during install in some cases and during CI/CD.

when installed, package.json in node-modules shows

"file-saver": "github:eligrey/FileSaver.js#1.3.8",

instead of

"file-saver": "2.0.1",

no-issue-activity

Most helpful comment

Same problem here.
We are all waiting on a release of v1.5.4
Could you pleas let us know what time the release of 1.5.4 will be at?

All 9 comments

Update: this is a known bug in file-saver 2.0.1 - updating to 2.0.2 should fix this.

https://github.com/eligrey/FileSaver.js/issues/526

created a pull request #2560

This is already done in master with #2333, originally reported here #2208
We are all waiting on a release of v1.5.4 since then but yet still nothing.

Same problem here, apparently only on Windows environments...

Same problem here.
We are all waiting on a release of v1.5.4
Could you pleas let us know what time the release of 1.5.4 will be at?

Same issue in installing v1.5.3

We're experience this issue in a docker deployment (image python:3.7-slim-buster) and would be glad using an upcoming version (1.5.4?) in which this issue is fixed (like @almercier already mentioned).

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.

Since we see a lot of issues mentioning this problem (docker image without git, cooperate firewall, etc.) a bugfix release (1.5.4?) would be much appreciated.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sajesh1985 picture sajesh1985  路  5Comments

sayo96 picture sayo96  路  3Comments

tarekis picture tarekis  路  4Comments

baluMallisetty picture baluMallisetty  路  4Comments

centurianii picture centurianii  路  4Comments