-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
was compiled against a different Node.js version using NODE_MODULE_VERSION 111. This version of Node.js requires NODE_MODULE_VERSION 110. #138
Comments
Solution:
Then add the following to your package.json:
You can then run |
I was running into this error:
I solved it by:
|
This is my issue:
I've added and run the rebuild script (also cleaning the project): "rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir release/app", But the issue persists. Below my environment: macOS: Ventura 13.3.1 electron: 29.1.0 |
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 i got the following error:
I have changed node version, after browsing to node.js release website i am not getting
NODE_MODULE_VERSION 110
.I've also tried the solution from pokusew/node-pcsclite issues but it still doesn't work.
can someone help me?
node.js v19.4.0
nfc-pcsc : ^0.8.1
nuxt : ^2.15.8
electron : ^22.0.0
electron-builder : ^23.6.0
electron-devtools-installer : ^3.2.0
The text was updated successfully, but these errors were encountered: