Code Monkey home page Code Monkey logo

Comments (4)

Kazturin avatar Kazturin commented on June 26, 2024 1

Thanks @pokusew , the examples run without errors.

from nfc-pcsc.

pokusew avatar pokusew commented on June 26, 2024

Hi @Kazturin,

Thank you for posting your issue here. 👍

It looks like a problem with your setup. Where are you trying to run nfc-pcsc? What build tools / bundlers are you using?

First, please note that nfc-pcsc can be used only in Node.js (either Node.js directly or in Electron.js).
nfc-pcsc cannot be used directly in browsers.

Second, make sure you correctly set up any build tools or bundlers (webpack, Rollup, Vite, etc.) you use to target Node.js and not to attempt to make it browser-compatible.

Hope it helps. Let me know. 🙂

from nfc-pcsc.

Kazturin avatar Kazturin commented on June 26, 2024

Hi @Kazturin,

Thank you for posting your issue here. 👍

It looks like a problem with your setup. Where are you trying to run nfc-pcsc? What build tools / bundlers are you using?

First, please note that nfc-pcsc can be used only in Node.js (either Node.js directly or in Electron.js). nfc-pcsc cannot be used directly in browsers.

Second, make sure you correctly set up any build tools or bundlers (webpack, Rollup, Vite, etc.) you use to target Node.js and not to attempt to make it browser-compatible.

Hope it helps. Let me know. 🙂

Hi pokusew.
Thanks a lot. I didn't expect such a quick response :)
Windows 10 OS, using vite builder, node v18.18

If I clone the project https://github.com/pokusew/nfc-pcsc.git and run it, then this error occurs:
Screenshot_9

from nfc-pcsc.

pokusew avatar pokusew commented on June 26, 2024

Hi @Kazturin,

Thank you for the details you provided.

First, I've just fixed the error you encountered while cloning and running the example (npm run example). Thank you for posting the screenshot here. 👍 The error was affecting only some of the examples (so, for example, npm run example-uid-logger worked). Nevertheless, everything should work now after the fix.
Can you please try again and let me know if it works for you now? Just to be sure, please delete the directory with the cloned repo, clone it again, run npm install, and finally try npm run example.

Second, you mentioned you use Vite in your project.
Note that nfc-pcsc can be used only in Node.js (either Node.js directly or in Electron.js).
Your Vite setup is probably the reason you see the error: Module "events" has been externalized for browser compatibility. Cannot access "events.EventEmitter" in client code.
I think that you need to appropriately set the build.target in Vite's build options. Probably to something like node18.

Hope it helps. Let me know. 🙂

from nfc-pcsc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.