hidglobal / digitalpersona-devices

DigitalPersona Security Devices support library
https://hidglobal.github.io/digitalpersona-devices/index.html
MIT License
64 stars 41 forks source link

Failed to resolve module specifier "WebSdk" #53

Closed locent217 closed 8 months ago

locent217 commented 8 months ago

Hi! I followed the tutorial Tutorial. And I get this error.

I am using vue3 with vite.

Console error: "Uncaught (in promise) TypeError: Failed to resolve module specifier "WebSdk". Relative references must start with either "/", "./", or "../".

a-bronx commented 8 months ago

I'm not familiar with Vite. Please use Vite's documentation to find out how to reference global UMD modules like WebSdk, and how to add their typings.