-
Notifications
You must be signed in to change notification settings - Fork 801
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
FileSaver.js broken in bower #963
Comments
Same error for me - FileSaver directory contains only two files: |
Got the error as well. Seems due to FileSaver 1.3.8 I ended up setting FileSaver version on bower.json to |
Got the same error After search FileSaver.js in current file, I found that the correct path of Then I edit |
Hi @menjunyi @avanaur @petrkrejcik Unfortunately, this issue will never be fixed here. Please report to #998 for the current state of this project and https://github.com/encryptic-team/encryptic for the future of this project. Stay safe and healthy. |
This is assuming you are working from a cloned version of the master branch:
I don't understand bower well enough to speak intelligently about this, but FileSaver.js doesn't install properly when executing "bower install". I think this is something broken on that package maintainer's side, not on laverna's side.
I couldn't get the latest version of FileSaver.js to work properly having tried via a few different methods. Eventually I found a workaround:
After this, the rest of the setup worked properly. I'm sure there's a way to fix this via bower, but I don't know how yet.
The text was updated successfully, but these errors were encountered: