You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] and node v14.9.0.
Thanks!
The text was updated successfully, but these errors were encountered: