I'm trying to install the opencv package for a project I'm working on by running the following:
npm install opencv --save
However, every attempt at doing so results in this long list of errors
I've been at a loss with this for a while now, but I'm afraid it may be because I'm not very well versed in working with ubuntu/npm, so the answer may be obvious
Things to take into consideration:
OP here. This ended up being multiple things.
You'll need OpenCV 2.3.1 or newer installed before installing node-opencv.
you'll end up noticing this statement is partially untrue. In reality, you need any version between 2.3.1 and 2.4.11. Any version after 2.4.11 will result in a failed npm install