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
Short summary
As a poc, I tried running a simple image matching Nut.js script on Node.js@20. I ran node index.js to check if Nut.js meets my performance expectations. And gladly it did.
So, I began to start my project which required Vue.js, Electron, and Nut.js. I copy and pasted the same simple snippet which I used for the POC, and ran the program with npm run dev. (The Electron app has a button that runs the simple Nut.js script.)
Surprisingly the app could not detect the given image.
I want to know if anyone has experienced similar phenomenon, or if I am missing anything.
Short summary
As a poc, I tried running a simple image matching Nut.js script on Node.js@20. I ran
node index.js
to check if Nut.js meets my performance expectations. And gladly it did.So, I began to start my project which required Vue.js, Electron, and Nut.js. I copy and pasted the same simple snippet which I used for the POC, and ran the program with
npm run dev
. (The Electron app has a button that runs the simple Nut.js script.)Surprisingly the app could not detect the given image.
I want to know if anyone has experienced similar phenomenon, or if I am missing anything.
Desired execution environment / tested on
node version:
NodeJS@20
OS type and version:
Windows 11 x86
Full code sample related to question
Detailed question
The text was updated successfully, but these errors were encountered: