Johannes Kvamme

Results 14 comments of Johannes Kvamme

We encountered this error, which seemed to originate from a faulty build of opencv4nodejs, which passed with warnings, but didn't actually build the necessary files. Reinstalling `xcode-select` (command-line developer tools)...

`throw new Error('no OpenCV libraries found in lib dir: ' + libDir)` indicate that it is looking for the `libDir`-folder which should be set when _not_ using autobuild. Does the...

> > > Where can I find this> unset OPENCV4NODEJS_DISABLE_AUTOBUILD Just type `unset OPENCV4NODEJS_DISABLE_AUTOBUILD` in your terminal where you try to install `opencv4nodejs`

@FreRex `unset` is a terminal-specific command, used by [*nix-systems to remove environment variables](https://www.man7.org/linux/man-pages/man1/unset.1p.html). According to a StackOverflow-post I found, it is enough to use the command `set OPENCV4NODEJS_DISABLE_AUTOBUILD=` on Windows...

I am seeing the same after upgrading. Did you find any solution @DawidJanczak ?

Thanks for the update! Sadly, that did not resolve the issue for me, but thanks anyway!

Any news regarding this? 😄 As I already include different dependencies in my index.js, I like to also include Elm as a dependency. It also makes it easier for other...

Is there any news on the DRF-django-oidc-provider development?

~~All my tunnels keep dropping after a few minutes still~~ I tested with serverless.social and got a readable error message. My drops were related to local company proxy policies. When...