Uriel Chemouni
Uriel Chemouni
the first error is strange: Error: EPERM: operation not permitted, rmdir 'R:\gitproj\screenshot\node_modules\foreground-child'] can you retry after removing your ./node_modules ?
You can try to directly call `node ./bin/install.js OPENCV4NODEJS_DEFINES` to get the real error messages. To do so, you may need to first install the package using: ```bash npm install...
you did not call: ```bash node ./node_modules/@u4/opencv4nodejs/bin/install.js OPENCV4NODEJS_DEFINES ```
`node ./node_modules/@u4/opencv4nodejs/bin/install.js OPENCV4NODEJS_DEFINES` produce the rigth output the first part is stdErr content. you can try to check all `./node_modules/@u4/opencv4nodejs/bin/install.js` calls: ```cmd node ./node_modules/@u4/opencv4nodejs/bin/install.js OPENCV4NODEJS_DEFINES 2>NUL node ./node_modules/@u4/opencv4nodejs/bin/install.js OPENCV4NODEJS_INCLUDES 2>NUL...
Node 22 !! I have to test this version of node. try with NodeJS V20 (the LTS), V22 is only out for a week I think. I have to the...
https://github.com/UrielCh/opencv4nodejs/actions/runs/8966777300/job/24622979901 Just tested: NodeJS 22 break windows Build.
NodeJS 22 is now compatible with the project. closing the issue.
@u4/[email protected] is not compatible with V6. please upgrade to @u4/opencv4nodejs@V7
you can remove: "opencvIncludeDir": "/opt/homebrew/Cellar/opencv/4.9.0_6/include/opencv4/", "opencvLibDir": "/opt/homebrew/Cellar/opencv/4.9.0_6/lib/", "opencvBinDir": "/opt/homebrew/Cellar/opencv/4.9.0_6/bin/" homebrew's openCV is autodetect, on MacOS, that one of the main differences with the original project.
fixed in within @u4/[email protected] thx for the report