-
Notifications
You must be signed in to change notification settings - Fork 105
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
Missing Bower Dependency #48
Comments
I have also started seeing this issue. |
Same here... I crated a PR with a FIX #49 If you want to use in your repo to test purposes just now, you can put in your bower directly from my repository
Hope works for you! |
awesome thanks :) |
same issue here |
yeah same here! can it be fixed? |
I'm confused because in the README it says it uses https://github.com/eligrey/FileSaver.js, but that is "file-saver" not "file-saver.js". The code hasn't been changed in 5 years? |
Is the name of the package in NPM / Bower https://www.npmjs.com/package/file-saver |
Y left in NPM a fork with the fix... I hope the authors of this package returns and merge this PR related to continue using this NPM
BOWERAs Bower is deprecated, registering new Bower packages is not supported anymore. Neverthless you can install any GitHub repository as Bower package by putting full name in bower.json:
You can install any dependency from github with CLI as well:
|
even though ngFileSaver added in list of modules dependency Error: [$injector:nomod] Module 'ngFileSaver' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument. |
Old 'file-saver.js' version (tag) is no longer available. alferov#48
* basic auth fix * sparql query check * refactor fix * changes next release * en translation * updated version * removed quartz env property and fixed orion test bearer * Updated Log4j2 to 2.15.0 * change log * docker-compose updates * Cookie secured and NGSI Connector subscription url management * updated docker-compose * updated docker-compose * updated version * fix catalogue pagination * fix * Updated CHANGELOG.txt * fix alferov/angular-file-saver#48 (comment)
* basic auth fix * sparql query check * refactor fix * changes next release * en translation * updated version * removed quartz env property and fixed orion test bearer * Updated Log4j2 to 2.15.0 * change log * docker-compose updates * Cookie secured and NGSI Connector subscription url management * updated docker-compose * updated docker-compose * updated version * fix catalogue pagination * fix * Updated CHANGELOG.txt * fix alferov/angular-file-saver#48 (comment) * keycloak realm roles * Bumped version to 3.0.1 * Bumped mysql-connector-java #27
We are seeing a legacy angular build of ours fail due to what appears to be the disappearance of
file-saver.js#~1.20150507.2
. The repository it comes fromhttps://github.com/Teleborder/FileSaver.js.git/
is no longer listed on github.The text was updated successfully, but these errors were encountered: