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
I seemed to have successfully installed opencv4nodejs after having set environment variables. Yet when I run a script that includes the command const cv = require('opencv4nodejs'); I get the following error :
When I check the node_modules/opencv4nodejs folder, I can see that the build folder is missing :
Do anyone has a solution for this ?
Thank you for your time !
OpenCV version : 5.6.0 OS: Windows 10
The text was updated successfully, but these errors were encountered:
Hi,
I seemed to have successfully installed opencv4nodejs after having set environment variables. Yet when I run a script that includes the command
const cv = require('opencv4nodejs');
I get the following error :When I check the node_modules/opencv4nodejs folder, I can see that the build folder is missing :

Do anyone has a solution for this ?
Thank you for your time !
OpenCV version : 5.6.0
OS: Windows 10
The text was updated successfully, but these errors were encountered: