-
Notifications
You must be signed in to change notification settings - Fork 19
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
ObservableHQ issue #37
Comments
same error in React: web-eid.js:61 Uncaught (in promise) Error: App has disappeared |
Hi, @ctzurcanu! This is the old version published in NPM by previous project. We just recently got rights for NPM and will publish a new version there when we are ready for this. Meanwhile please use the GitLab Package Registry as written in the docs to install the latest official version: echo @web-eid:registry=https://gitlab.com/api/v4/packages/npm >> .npmrc
npm install @web-eid/web-eid-library |
unfortunately, that is not an option. In that context: https://observablehq.com/@observablehq/module-require-debugger offers no solutions for importing @web-eid/web-eid-library Is there a file that can be included by <script src="file.js"> for ver. 2? |
Sure, you can include web-eid.js directly. Each release contains a pre-built ZIP with ES module, IIFE and UMD builds, see https://github.com/web-eid/web-eid.js/releases/tag/v2.0.1: |
Tried to use this in Observable https://observablehq.com/ :
Error: App has disappeared
seemingly the VERSION is: "0.0.5"
The text was updated successfully, but these errors were encountered: