-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows10 build error(node-gyp) #203
Comments
OpenCV libraries could not be linked. Are you using an own build of OpenCV or the auto build? In the first case, did you set |
I used
and 'C:\Users\two\Spectrum\node_modules\opencv-build\opencv\build\lib\Release' folder does exist |
Odd. I found an issue saying, that fs.existsSync might also return false if you don't have permissions to read that folder: nodejs/node#17921. I can't think of any reason why that would be the case, but you could try to check the folder permissions or run npm in an elevated shell. |
I've had a number of issues recently with windows & folder permissions. Seems almost like npm/node-gyp manage to half delete a folder, and leave it with admin only access. Twice today I've had to go in and kill folders manually with admin. I have had this before in windows 10 using node-gyp based projects. A reboot & manual cleanup sometimes sorts it. |
Closing for now, because of inactivity. |
I got an error while installing opencv4nodejs on Windows 10.
I think the error was raised while building opencv4nodejs using node-gyp.
windows-build-tools were successfully installed.
And this error occured 4 hours into the start of installation.
Detailed error message is pasted below:
please help
The text was updated successfully, but these errors were encountered: