justadudewhohacks / justadudewhohacks/opencv4nodejs
Issue in setting up opencv4nodejs with electron
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 826
- PR merge metrics
- No merged PRs in 30d
Description
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 ()
at e.exports (2.2ee1cef0.chunk.js:2)
at Object. (2.2ee1cef0.chunk.js:2)
at Object. (2.2ee1cef0.chunk.js:2)
at l (index.html:1)
at Object. (2.2ee1cef0.chunk.js:2)
at Object. (2.2ee1cef0.chunk.js:2)
at l (index.html:1)
at Object. (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
Contributor guide
Assessment
This issue has not been assessed yet.