justadudewhohacks/opencv4nodejs

Issue in setting up opencv4nodejs with electron

Opened this issue · 1 comments

I am trying to create an electron application along with opencv4nodejs. The issue I am getting is

Uncaught TypeError: Cannot read property '_handle' of undefined
    at 2.2ee1cef0.chunk.js:2
    at Array.forEach (<anonymous>)
    at e.exports (2.2ee1cef0.chunk.js:2)
    at Object.<anonymous> (2.2ee1cef0.chunk.js:2)
    at Object.<anonymous> (2.2ee1cef0.chunk.js:2)
    at l (index.html:1)
    at Object.<anonymous> (2.2ee1cef0.chunk.js:2)
    at Object.<anonymous> (2.2ee1cef0.chunk.js:2)
    at l (index.html:1)
    at Object.<anonymous> (2.2ee1cef0.chunk.js:2)

I have tried both electron + react and electron + vue. I am getting the same error when I build the application. It would be great if someone can help

@devloprNaveen, did you solve the problem?