Open stoefln opened 5 months ago
Try node 20?
I have same problem. WSL Ubuntu 22.04. " 1055 error gyp: Call to 'node ./bin/install.js OPENCV4NODEJS_DEFINES' returned exit status 1 while in binding.gyp. while trying to load binding.gyp 1055 error gyp ERR! configure error ... 1055 error gyp ERR! node -v v20.15.1 1055 error gyp ERR! node-gyp -v v10.2.0 1055 error gyp ERR! not ok "
Same error here, WSL Ubuntu 22.04, and node -v 20.17.0
Same error here, WSL Ubuntu 22.04, and node -v 20.17.0
Fixed by doing OPENCV4NODEJS_DISABLE_AUTOBUILD=1 pnpm install @u4/opencv4nodejs
Took about 15 mins to install
OPENCV4NODEJS_DISABLE_AUTOBUILD=1 pnpm install @u4/opencv4nodejs not work for me, windows10
I just tried to install the module for my electron v16 project.
I get this:
Any ideas?