I have an electron application built upon Ionic framework.
I need to use pcsclite to read smart cards, but when I run 'npm run build' or 'ionic build' I got this error
Error: ./node_modules/buffertools/buffertools.js
Module not found: Error: Can't resolve './build/Debug/buffertools.node'
My node version is v9.4.0 and pcsclite version. is 0.6.0
when I run the example in the nod-pcsclite project. I do not have any problem.
hello,
I have an electron application built upon Ionic framework. I need to use pcsclite to read smart cards, but when I run 'npm run build' or 'ionic build' I got this error Error: ./node_modules/buffertools/buffertools.js Module not found: Error: Can't resolve './build/Debug/buffertools.node' My node version is v9.4.0 and pcsclite version. is 0.6.0 when I run the example in the nod-pcsclite project. I do not have any problem.
Thanks in advance for your help