Skip to content
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

Open
godd9170 opened this issue Apr 21, 2022 · 9 comments
Open

Missing Bower Dependency #48

godd9170 opened this issue Apr 21, 2022 · 9 comments

Comments

@godd9170
Copy link

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 from https://github.com/Teleborder/FileSaver.js.git/ is no longer listed on github.

@MarshallAsch
Copy link

MarshallAsch commented Apr 21, 2022

I have also started seeing this issue.

@elquimeras
Copy link

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

"angular-file-saver": "https://github.com/elquimeras/angular-file-saver.git#hotfix/update-file-saver-module",

Hope works for you!

@MarshallAsch
Copy link

awesome thanks :)

@nul0m
Copy link

nul0m commented Apr 22, 2022

same issue here

@robinlieson92
Copy link

robinlieson92 commented Apr 22, 2022

yeah same here! can it be fixed?

@mikeaustin
Copy link

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?

@elquimeras
Copy link

elquimeras commented Apr 22, 2022

@mikeaustin

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

@elquimeras
Copy link

elquimeras commented Apr 22, 2022

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
If not, your're able to use this new package

NPM

  • npm i ng-file-saver

BOWER

As 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:

{
  "dependencies": {
    "angular-file-saver": "elquimeras/ng-file-saver#^1.1.4"
  }
}

You can install any dependency from github with CLI as well:

bower install elquimeras/ng-file-saver --save

@neeths92
Copy link

neeths92 commented Apr 27, 2022

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 If not, your're able to use this new package

NPM

  • npm i ng-file-saver

BOWER

As 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:

{
  "dependencies": {
    "angular-file-saver": "elquimeras/ng-file-saver#^1.1.4"
  }
}

You can install any dependency from github with CLI as well:

bower install elquimeras/ng-file-saver --save

even though ngFileSaver added in list of modules dependency
angular.module("myModel", ["ngFileSaver "]) but I am getting the following error.

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.

ewfian added a commit to leyserkids/angular-file-saver that referenced this issue Apr 28, 2022
rhipe-devops added a commit to rhipe-devops/angular-file-saver that referenced this issue Apr 29, 2022
Old 'file-saver.js' version (tag) is no longer available.

alferov#48
robcalla added a commit to robcalla/Idra that referenced this issue Jun 6, 2022
robcalla added a commit to OPSILab/Idra that referenced this issue Jun 6, 2022
* 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)
robcalla added a commit to OPSILab/Idra that referenced this issue Jun 22, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants