santigimeno / node-pcsclite

Bindings over pcsclite to access Smart Cards
ISC License
171 stars 127 forks source link

Bindings Errors in Vue.js #90

Open bradocchs opened 4 years ago

bradocchs commented 4 years ago

Works great in vanilla JS, but getting bindings.js errors when trying to use in a Vue.js project:

_TypeError: Cannot read property 'modules' of undefined at Object.eval (bindings.js?dfc1:29) at eval (bindings.js:223) at Object../node_modules/bindings/bindings.js (chunk-vendors.js:189) at webpack_require__ (app.js:849) at fn (app.js:151) at Object.eval (pcsclite.js?3db4:4) at eval (pcsclite.js:162) at Object../node_modules/pcsclite/lib/pcsclite.js (chunk-vendors.js:1865) at webpack_require_ (app.js:849) at fn (app.js:151)

Any ideas?

Using vue@2.6.12 and node v14.9.0.

Thanks!

bektfatm commented 3 years ago

Hi, Any news about this issue?

Thanks