justadudewhohacks/opencv4nodejs

When type "unset OPENCV4NODEJS_DISABLE_AUTOBUILD" in terminal i see

FreRex opened this issue · 1 comments

When I type "unset OPENCV4NODEJS_DISABLE_AUTOBUILD" I see message "unset is not command..."

Where can I find this> unset OPENCV4NODEJS_DISABLE_AUTOBUILD

Just type unset OPENCV4NODEJS_DISABLE_AUTOBUILD in your terminal where you try to install opencv4nodejs

Originally posted by @FluidSense in #733 (comment)

@FreRex unset is a terminal-specific command, used by *nix-systems to remove environment variables.
According to a StackOverflow-post I found, it is enough to use the command set OPENCV4NODEJS_DISABLE_AUTOBUILD= on Windows (assuming you are using cmd), but I have yet to test it myself.
Regardles of the solution, this is not an issue with opencv4nodejs, it is related to your OS and terminal of choice. If the solution does not help you, I would suggest continuing the issue of #733, as that tracks a more general, underlying issue.