-
Bellow the error message :
I cannot install NFC-PCSC in my project node 20.9.0 ? Can you guide me to solve the problème please
user@debian11hp:~/Projects/myapp/app$ npm install nfc-pcsc --save
…
-
Hi,
is it possible to support electron 10, because i get a
```
NODE_MODULE_VERSION 72. This version of Node.js requires
NODE_MODULE_VERSION 82. Please try re-compiling or re-installing
```
…
-
Hello,
I tried the example on the README file on a windows 10 tablet and it **hangs** on the line:
```javascript
const nfc = new NFC();
```
Inspecting the code in the node_modules/nf…
-
Error: The module '\\?\xxxx\node_modules\@pokusew\pcsclite\build\Release\pcsclite.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 83. This version of Node.js require…
-
Hi,
Currently using it in SvelteKit, runs nicely in dev but as soon as I run 'npm run build' then the following error is thrown.
Any help would be greatly appreciated.
Thanks,
Ambrose
R…
-
Hi pokusew,
we're trying to fix the issue that happens in Windows environment under NW.js framework. The library works great, but if the reader is physically removed from the computer the applicati…
-
Hello, sorry I'm still a newbie, I created a nuxtjs and electron desktop application project for attendance list.
My nfc reader uses `ACR122`.
After i installed [nfc-pcsc](https://github.com/pokusew…
-
I tried installing nfc-pcsc using NPM on Node 8 and Node 10 with the same result, this is in blank folder with a blank package.json trying to install using this command for additional information `$ …
-
I'm trying to install on a Debian 11 distro with Node 16.13
```
$ yarn add nfc-pcsc
yarn add v1.22.17
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4…
-
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)
…