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)
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!