-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
jspdf install fails due to github branch referenced as dependency #2559
Comments
Update: this is a known bug in file-saver 2.0.1 - updating to 2.0.2 should fix this. |
created a pull request #2560 |
Same problem here, apparently only on Windows environments... |
Same problem here. |
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. |
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",
The text was updated successfully, but these errors were encountered: