Nodes not showing up in palette, grey outline in manager

Hey everyone,
I recently started working with Node-Red. I decided I wanted to use the node-red-contrib-winccoa module, but when I installed it only a few of the nodes were visible in the palette even though there was the option to disable all nodes in the manager. It is worth noting that the nodes that weren't visible in the palette were outlined in grey lines in the manager (see image 1). Did something go wrong with the download?

I tried uninstalling and reinstalling already and the node-red installation happened without problems. No errors occurred during the node-red-contrib-winccoa download.
The ./node_modules/node-red-contrib-winccoa/winccoa/locales/en-US folder only has the files for the available nodes too (image 3).
I also get the following notification when starting up the node-red server: [warn] Projects disabled : git command not found

Image 1: palette manager

Image 2: all available WinCC OA nodes
image

Image 3: ./node_modules/node-red-contrib-winccoa/winccoa/locales/en-US folder

What version of Node-RED and nodejs are you using?

When you start Node-RED (it sits these in the terminal messages)
are there any messages also written about these nodes?

I'm using version 0.20.7 for Node-RED and version 10.16.3 for Node.js. There are no messages regarding these nodes when I start Node-RED.

All of the nodes with the dotted grey outlines are Configuration Nodes. They are not expected to appear in the palette.

When I install the module on my own machine instead of the one from my company it shows all the nodes though:

Post what you see when you install it using npm from the command line.

I've been searching around and apparently it has to do with my company's CA certificate since it gives the following result:

C:\Windows\System32>npm install node-red-contrib-winccoa
> bcrypt@3.0.6 install C:\Windows\System32\node_modules\bcrypt
> node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Pre-built binaries not installable for bcrypt@3.0.6 and node@10.16.3 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error unable to get local issuer certificate
MSBUILD : error MSB1009: Project file does not exist.
Switch: build/binding.sln
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:196:23)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\OWijngaa\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build" "--fallback-to-build" "--module=C:\\Windows\\System32\\node_modules\\bcrypt\\lib\\binding\\bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=C:\\Windows\\System32\\node_modules\\bcrypt\\lib\\binding" "--napi_version=4" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64"
gyp ERR! cwd C:\Windows\System32\node_modules\bcrypt
gyp ERR! node -v v10.16.3
gyp ERR! node-gyp -v v5.0.3
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Windows\System32\node_modules\bcrypt\lib\binding\bcrypt_lib.node --module_name=bcrypt_lib --module_path=C:\Windows\System32\node_modules\bcrypt\lib\binding --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (C:\Windows\System32\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
node-pre-gyp ERR! System Windows_NT 10.0.17134
node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Windows\\System32\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd C:\Windows\System32\node_modules\bcrypt
node-pre-gyp ERR! node -v v10.16.3
node-pre-gyp ERR! node-pre-gyp -v v0.12.0
node-pre-gyp ERR! not ok
Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Windows\System32\node_modules\bcrypt\lib\binding\bcrypt_lib.node --module_name=bcrypt_lib --module_path=C:\Windows\System32\node_modules\bcrypt\lib\binding --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)
npm WARN package.json@1.0.0 No description
npm WARN package.json@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@3.0.6 (node_modules\bcrypt):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@3.0.6 install: `node-pre-gyp install --fallback-to-build`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

+ node-red-contrib-winccoa@2.0.8
added 43 packages from 26 contributors, removed 1 package and audited 1430 packages in 15.719s
found 1 high severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details

You should do that from the .node-red directory. You have installed it to the wrong place. You can ignore the warnings, the fact that it says at the end + node-red-contrib- winccoa@2.0.8 means that it has installed (except to the wrong place). Try again from .node-red directory then restart node-red and if it still doesn't work show us the full terminal output when you start node-red.

Ok, I executed it in the .node-red folder with result, I divided it in 2 replies since it was too big for 1:

C:\Users\OWijngaa\.node-red>npm install node-red-contrib-winccoa

> fs-ext@0.5.0 install C:\Users\OWijngaa\.node-red\node_modules\fs-ext
> node-gyp configure build

C:\Users\OWijngaa\.node-red\node_modules\fs-ext>if not defined npm_config_node_gyp (node "C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" configure build )  else (node "C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" configure build )
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
  fs-ext.cc
  win_delay_load_hook.cc
C:\Users\OWijngaa\.node-red\node_modules\nan\nan_maybe_43_inl.h(88,23): error C2039: 'ForceSet': is not a member of 'v8
::Object' (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(3243): message : see declaration of 'v8::Objec
t' (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(816,3): warning C4996: 'node::MakeCallback': was declared deprecated
 (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(176): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(830,3): warning C4996: 'node::MakeCallback': was declared deprecated
 (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(169): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(844,3): warning C4996: 'node::MakeCallback': was declared deprecated
 (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(162): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(1457,1): warning C4996: 'node::MakeCallback': was declared deprecate
d (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(176): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\fs-ext.cc) [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(108,1): warning C4996: 'Nan::NanErrnoException': was declared
 deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(862): message : see declaration of 'Nan::NanErrnoException' [C:\User
s\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(195,31): error C3861: 'fcntl': identifier not found [C:\Users
\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(281,1): warning C4996: 'v8::Value::Int32Value': was declared
deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2478): message : see declaration of 'v8::Value
::Int32Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(282,1): warning C4996: 'v8::Value::Int32Value': was declared
deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2478): message : see declaration of 'v8::Value
::Int32Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(297,1): warning C4996: 'Nan::NanErrnoException': was declared
 deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(862): message : see declaration of 'Nan::NanErrnoException' [C:\User
s\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(332,1): warning C4996: 'v8::Value::Int32Value': was declared
deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2478): message : see declaration of 'v8::Value
::Int32Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(334,1): warning C4996: 'v8::Value::Int32Value': was declared
deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2478): message : see declaration of 'v8::Value
::Int32Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(335,1): warning C4996: 'v8::Value::Int32Value': was declared
deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2478): message : see declaration of 'v8::Value
::Int32Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(339,1): warning C4996: 'Nan::NanErrnoException': was declared
 deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(862): message : see declaration of 'Nan::NanErrnoException' [C:\User
s\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(374,18): error C3861: 'fcntl': identifier not found [C:\Users
\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(369,1): warning C4996: 'v8::Value::Int32Value': was declared
deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2478): message : see declaration of 'v8::Value
::Int32Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(370,1): warning C4996: 'v8::Value::Int32Value': was declared
deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2478): message : see declaration of 'v8::Value
::Int32Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(371,1): warning C4996: 'v8::Value::Int32Value': was declared
deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2478): message : see declaration of 'v8::Value
::Int32Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(375,1): warning C4996: 'Nan::NanErrnoException': was declared
 deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(862): message : see declaration of 'Nan::NanErrnoException' [C:\User
s\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(423,1): warning C4996: 'v8::String::Utf8Value::Utf8Value': wa
s declared deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2891): message : see declaration of 'v8::Strin
g::Utf8Value::Utf8Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(424,1): warning C4996: 'v8::Value::IntegerValue': was declare
d deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2476): message : see declaration of 'v8::Value
::IntegerValue' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(425,1): warning C4996: 'v8::Value::IntegerValue': was declare
d deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2476): message : see declaration of 'v8::Value
::IntegerValue' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(433,1): warning C4996: 'Nan::NanErrnoException': was declared
 deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(862): message : see declaration of 'Nan::NanErrnoException' [C:\User
s\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\fs-ext\fs-ext.cc(462,1): warning C4996: 'v8::String::Utf8Value::Utf8Value': wa
s declared deprecated [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2891): message : see declaration of 'v8::Strin
g::Utf8Value::Utf8Value' [C:\Users\OWijngaa\.node-red\node_modules\fs-ext\build\fs-ext.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:196:23)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\OWijngaa\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "build"
gyp ERR! cwd C:\Users\OWijngaa\.node-red\node_modules\fs-ext
gyp ERR! node -v v10.16.3
gyp ERR! node-gyp -v v5.0.3
gyp ERR! not ok

> leveldown@1.4.6 install C:\Users\OWijngaa\.node-red\node_modules\leveldown
> prebuild --install

prebuild info begin Prebuild version 4.5.0
prebuild info looking for local prebuild @ prebuilds\leveldown-v1.4.6-node-v64-win32-x64.tar.gz
prebuild info looking for cached prebuild @ C:\Users\OWijngaa\AppData\Roaming\npm-cache\_prebuilds\https-github.com-level-leveldown-releases-download-v1.4.6-leveldown-v1.4.6-node-v64-win32-x64.tar.gz
prebuild http request GET https://github.com/level/leveldown/releases/download/v1.4.6/leveldown-v1.4.6-node-v64-win32-x64.tar.gz
prebuild WARN install unable to get local issuer certificate
prebuild info install We will now try to compile from source.
prebuild verb starting node-gyp process
prebuild verb execute node-gyp with `node index.js rebuild --target=v10.16.3 --target_arch=x64`
gyp verb command rebuild []
prebuild verb ok
gyp verb command clean []
gyp verb clean removing "build" directory
prebuild verb ok
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` failed Error: not found: python2
gyp verb `which` failed     at getNotFoundError (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqWrap.oncomplete (fs.js:153:21)
gyp verb `which` failed  python2 { Error: not found: python2
gyp verb `which` failed     at getNotFoundError (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqWrap.oncomplete (fs.js:153:21) code: 'ENOENT' }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb `which` failed Error: not found: python
gyp verb `which` failed     at getNotFoundError (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqWrap.oncomplete (fs.js:153:21)
gyp verb `which` failed  python { Error: not found: python
gyp verb `which` failed     at getNotFoundError (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\OWijngaa\.node-red\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\OWijngaa\.node-red\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqWrap.oncomplete (fs.js:153:21) code: 'ENOENT' }
gyp verb could not find "python". checking python launcher
gyp verb check python launcher python executable found: "C:\\Python27\\python.exe"
gyp verb check python version `C:\Python27\python.exe -c "import platform; print(platform.python_version());"` returned: "2.7.8\r\n"
gyp verb get node dir no --target version specified, falling back to host node version: 10.16.3
gyp verb command install [ '10.16.3' ]
gyp verb install input version string "10.16.3"
gyp verb install installing version: 10.16.3
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 10.16.3
gyp verb build dir attempting to create "build" dir: C:\Users\OWijngaa\.node-red\node_modules\leveldown\build
gyp verb build dir "build" dir needed to be created? C:\Users\OWijngaa\.node-red\node_modules\leveldown\build
gyp verb build/config.gypi creating config file
gyp sill build/config.gypi { target_defaults:
gyp sill build/config.gypi    { cflags: [],
gyp sill build/config.gypi      default_configuration: 'Release',
gyp sill build/config.gypi      defines: [],
gyp sill build/config.gypi      include_dirs: [],
gyp sill build/config.gypi      libraries: [] },
gyp sill build/config.gypi   variables:
gyp sill build/config.gypi    { asan: 0,
gyp sill build/config.gypi      build_v8_with_gn: false,
gyp sill build/config.gypi      coverage: false,
gyp sill build/config.gypi      debug_nghttp2: false,
gyp sill build/config.gypi      enable_lto: false,
gyp sill build/config.gypi      enable_pgo_generate: false,
gyp sill build/config.gypi      enable_pgo_use: false,
gyp sill build/config.gypi      force_dynamic_crt: 0,
gyp sill build/config.gypi      host_arch: 'x64',
gyp sill build/config.gypi      icu_data_in: '..\\..\\deps/icu-small\\source/data/in\\icudt64l.dat',
gyp sill build/config.gypi      icu_endianness: 'l',
gyp sill build/config.gypi      icu_gyp_path: 'tools/icu/icu-generic.gyp',
gyp sill build/config.gypi      icu_locales: 'en,root',
gyp sill build/config.gypi      icu_path: 'deps/icu-small',
gyp sill build/config.gypi      icu_small: true,
gyp sill build/config.gypi      icu_ver_major: '64',
gyp sill build/config.gypi      nasm_version: '2.14',
gyp sill build/config.gypi      node_byteorder: 'little',
gyp sill build/config.gypi      node_debug_lib: false,
gyp sill build/config.gypi      node_enable_d8: false,
gyp sill build/config.gypi      node_enable_v8_vtunejit: false,
gyp sill build/config.gypi      node_install_npm: true,
gyp sill build/config.gypi      node_module_version: 64,
gyp sill build/config.gypi      node_no_browser_globals: false,
gyp sill build/config.gypi      node_prefix: '/usr/local',
gyp sill build/config.gypi      node_release_urlbase: 'https://nodejs.org/download/release/',
gyp sill build/config.gypi      node_shared: false,
gyp sill build/config.gypi      node_shared_cares: false,
gyp sill build/config.gypi      node_shared_http_parser: false,
gyp sill build/config.gypi      node_shared_libuv: false,
gyp sill build/config.gypi      node_shared_nghttp2: false,
gyp sill build/config.gypi      node_shared_openssl: false,
gyp sill build/config.gypi      node_shared_zlib: false,
gyp sill build/config.gypi      node_tag: '',
gyp sill build/config.gypi      node_target_type: 'executable',
gyp sill build/config.gypi      node_use_bundled_v8: true,
gyp sill build/config.gypi      node_use_dtrace: false,
gyp sill build/config.gypi      node_use_etw: true,
gyp sill build/config.gypi      node_use_large_pages: false,
gyp sill build/config.gypi      node_use_openssl: true,
gyp sill build/config.gypi      node_use_pch: false,
gyp sill build/config.gypi      node_use_perfctr: true,
gyp sill build/config.gypi      node_use_v8_platform: true,
gyp sill build/config.gypi      node_with_ltcg: true,
gyp sill build/config.gypi      node_without_node_options: false,
gyp sill build/config.gypi      openssl_fips: '',
gyp sill build/config.gypi      openssl_no_asm: 0,
gyp sill build/config.gypi      shlib_suffix: 'so.64',
gyp sill build/config.gypi      target_arch: 'x64',
gyp sill build/config.gypi      v8_enable_gdbjit: 0,
gyp sill build/config.gypi      v8_enable_i18n_support: 1,
gyp sill build/config.gypi      v8_enable_inspector: 1,
gyp sill build/config.gypi      v8_no_strict_aliasing: 1,
gyp sill build/config.gypi      v8_optimized_debug: 0,
gyp sill build/config.gypi      v8_promise_internal_field_count: 1,
gyp sill build/config.gypi      v8_random_seed: 0,
gyp sill build/config.gypi      v8_trace_maps: 0,
gyp sill build/config.gypi      v8_typed_array_max_size_in_heap: 0,
gyp sill build/config.gypi      v8_use_snapshot: true,
gyp sill build/config.gypi      want_separate_host_toolset: 0,
gyp sill build/config.gypi      nodedir: 'C:\\Users\\OWijngaa\\.node-gyp\\10.16.3',
gyp sill build/config.gypi      copy_dev_lib: true,
gyp sill build/config.gypi      standalone_static_library: 1,
gyp sill build/config.gypi      target: 'v10.16.3',
gyp sill build/config.gypi      access: '',
gyp sill build/config.gypi      allow_same_version: '',
gyp sill build/config.gypi      also: '',
gyp sill build/config.gypi      always_auth: '',
gyp sill build/config.gypi      audit: 'true',
gyp sill build/config.gypi      audit_level: 'low',
gyp sill build/config.gypi      auth_type: 'legacy',
gyp sill build/config.gypi      before: '',
gyp sill build/config.gypi      bin_links: 'true',
gyp sill build/config.gypi      browser: '',
gyp sill build/config.gypi      ca: '',
gyp sill build/config.gypi      cache: 'C:\\Users\\OWijngaa\\AppData\\Roaming\\npm-cache',
gyp sill build/config.gypi      cache_lock_retries: '10',
gyp sill build/config.gypi      cache_lock_stale: '60000',
gyp sill build/config.gypi      cache_lock_wait: '10000',
gyp sill build/config.gypi      cache_max: 'Infinity',
gyp sill build/config.gypi      cache_min: '10',
gyp sill build/config.gypi      cert: '',
gyp sill build/config.gypi      cidr: '',
gyp sill build/config.gypi      color: 'true',
gyp sill build/config.gypi      commit_hooks: 'true',
gyp sill build/config.gypi      depth: 'Infinity',
gyp sill build/config.gypi      description: 'true',
gyp sill build/config.gypi      dev: '',
gyp sill build/config.gypi      dry_run: '',
gyp sill build/config.gypi      editor: 'notepad.exe',
gyp sill build/config.gypi      engine_strict: '',
gyp sill build/config.gypi      fetch_retries: '2',
gyp sill build/config.gypi      fetch_retry_factor: '10',
gyp sill build/config.gypi      fetch_retry_maxtimeout: '60000',
gyp sill build/config.gypi      fetch_retry_mintimeout: '10000',
gyp sill build/config.gypi      force: '',
gyp sill build/config.gypi      git: 'git',
gyp sill build/config.gypi      git_tag_version: 'true',
gyp sill build/config.gypi      global: '',
gyp sill build/config.gypi      globalconfig: 'C:\\Program Files\\nodejs\\etc\\npmrc',
gyp sill build/config.gypi      globalignorefile: 'C:\\Program Files\\nodejs\\etc\\npmignore',
gyp sill build/config.gypi      global_style: '',
gyp sill build/config.gypi      group: '',
gyp sill build/config.gypi      ham_it_up: '',
gyp sill build/config.gypi      heading: 'npm',
gyp sill build/config.gypi      https_proxy: '',
gyp sill build/config.gypi      if_present: '',
gyp sill build/config.gypi      ignore_prepublish: '',
gyp sill build/config.gypi      ignore_scripts: '',
gyp sill build/config.gypi      init_author_email: '',
gyp sill build/config.gypi      init_author_name: '',
gyp sill build/config.gypi      init_author_url: '',
gyp sill build/config.gypi      init_license: 'ISC',
gyp sill build/config.gypi      init_module: 'C:\\Users\\OWijngaa\\.npm-init.js',
gyp sill build/config.gypi      init_version: '1.0.0',
gyp sill build/config.gypi      json: '',
gyp sill build/config.gypi      key: '',
gyp sill build/config.gypi      legacy_bundling: '',
gyp sill build/config.gypi      link: '',
gyp sill build/config.gypi      local_address: '',
gyp sill build/config.gypi      logs_max: '10',
gyp sill build/config.gypi      long: '',
gyp sill build/config.gypi      maxsockets: '50',
gyp sill build/config.gypi      message: '%s',
gyp sill build/config.gypi      metrics_registry: 'http://registry.npmjs.org/',
gyp sill build/config.gypi      node_gyp:
gyp sill build/config.gypi       'C:\\Users\\OWijngaa\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js',
gyp sill build/config.gypi      node_options: '',
gyp sill build/config.gypi      node_version: '10.16.3',
gyp sill build/config.gypi      noproxy: '',
gyp sill build/config.gypi      offline: '',
gyp sill build/config.gypi      onload_script: '',
gyp sill build/config.gypi      only: '',
gyp sill build/config.gypi      optional: 'true',
gyp sill build/config.gypi      otp: '',
gyp sill build/config.gypi      package_lock: 'true',
gyp sill build/config.gypi      package_lock_only: '',
gyp sill build/config.gypi      parseable: '',
gyp sill build/config.gypi      prefer_offline: '',
gyp sill build/config.gypi      prefer_online: '',
gyp sill build/config.gypi      prefix: 'C:\\Program Files\\nodejs',
gyp sill build/config.gypi      preid: '',
gyp sill build/config.gypi      production: '',
gyp sill build/config.gypi      progress: 'true',
gyp sill build/config.gypi      read_only: '',
gyp sill build/config.gypi      rebuild_bundle: 'true',
gyp sill build/config.gypi      registry: 'http://registry.npmjs.org/',
gyp sill build/config.gypi      rollback: 'true',
gyp sill build/config.gypi      save: 'true',
gyp sill build/config.gypi      save_bundle: '',
gyp sill build/config.gypi      save_dev: '',
gyp sill build/config.gypi      save_exact: '',
gyp sill build/config.gypi      save_optional: '',
gyp sill build/config.gypi      save_prefix: '^',
gyp sill build/config.gypi      save_prod: '',
gyp sill build/config.gypi      scope: '',
gyp sill build/config.gypi      scripts_prepend_node_path: 'warn-only',
gyp sill build/config.gypi      script_shell: '',
gyp sill build/config.gypi      searchexclude: '',
gyp sill build/config.gypi      searchlimit: '20',
gyp sill build/config.gypi      searchopts: '',
gyp sill build/config.gypi      searchstaleness: '900',
gyp sill build/config.gypi      send_metrics: '',
gyp sill build/config.gypi      shell: 'C:\\WINDOWS\\system32\\cmd.exe',
gyp sill build/config.gypi      shrinkwrap: 'true',
gyp sill build/config.gypi      sign_git_commit: '',
gyp sill build/config.gypi      sign_git_tag: '',
gyp sill build/config.gypi      sso_poll_frequency: '500',
gyp sill build/config.gypi      sso_type: 'oauth',
gyp sill build/config.gypi      strict_ssl: 'true',
gyp sill build/config.gypi      tag: 'latest',
gyp sill build/config.gypi      tag_version_prefix: 'v',
gyp sill build/config.gypi      timing: '',
gyp sill build/config.gypi      tmp: 'C:\\Users\\OWijngaa\\AppData\\Local\\Temp',
gyp sill build/config.gypi      umask: '0000',
gyp sill build/config.gypi      unicode: '',
gyp sill build/config.gypi      unsafe_perm: 'true',
gyp sill build/config.gypi      update_notifier: 'true',
gyp sill build/config.gypi      usage: '',
gyp sill build/config.gypi      user: '',
gyp sill build/config.gypi      userconfig: 'C:\\Users\\OWijngaa\\.npmrc',
gyp sill build/config.gypi      user_agent: 'npm/6.11.3 node/v10.16.3 win32 x64',
gyp sill build/config.gypi      version: '',
gyp sill build/config.gypi      versions: '',
gyp sill build/config.gypi      viewer: 'browser' } }
gyp verb build/config.gypi writing out config file: C:\Users\OWijngaa\.node-red\node_modules\leveldown\build\config.gypi
gyp verb config.gypi checking for gypi file: C:\Users\OWijngaa\.node-red\node_modules\leveldown\config.gypi
gyp verb common.gypi checking for gypi file: C:\Users\OWijngaa\.node-red\node_modules\leveldown\common.gypi
gyp verb gyp gyp format was not specified; forcing "msvs"
gyp info spawn C:\Python27\python.exe
gyp info spawn args [ 'C:\\Users\\OWijngaa\\.node-red\\node_modules\\node-gyp\\gyp\\gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'msvs',
gyp info spawn args   '-G',
gyp info spawn args   'msvs_version=auto',
gyp info spawn args   '-I',
gyp info spawn args   'C:\\Users\\OWijngaa\\.node-red\\node_modules\\leveldown\\build\\config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   'C:\\Users\\OWijngaa\\.node-red\\node_modules\\node-gyp\\addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   'C:\\Users\\OWijngaa\\.node-gyp\\10.16.3\\include\\node\\common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=C:\\Users\\OWijngaa\\.node-gyp\\10.16.3',
gyp info spawn args   '-Dnode_gyp_dir=C:\\Users\\OWijngaa\\.node-red\\node_modules\\node-gyp',
gyp info spawn args   '-Dnode_lib_file=node.lib',
gyp info spawn args   '-Dmodule_root_dir=C:\\Users\\OWijngaa\\.node-red\\node_modules\\leveldown',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'C:\\Users\\OWijngaa\\.node-red\\node_modules\\leveldown\\build',
gyp info spawn args   '-Goutput_dir=.' ]
Warning: unrecognized setting VCCLCompilerTool/MultiProcessorCompilation
Warning: unrecognized setting VCCLCompilerTool/MultiProcessorCompilation
Warning: unrecognized setting VCCLCompilerTool/MultiProcessorCompilation
Warning: unrecognized setting VCCLCompilerTool/MultiProcessorCompilation
Warning: unrecognized setting VCCLCompilerTool/MultiProcessorCompilation
Warning: unrecognized setting VCCLCompilerTool/MultiProcessorCompilation
prebuild verb ok
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir C:\Users\OWijngaa\.node-gyp\10.16.3
gyp verb found first Solution file build/binding.sln
gyp verb could not find "msbuild.exe" in PATH - finding location in registry
gyp verb "Release" dir needed to be created? null
gyp verb copying "node.lib" for x64 C:\Users\OWijngaa\.node-gyp\10.16.3\Release\node.lib
gyp info spawn C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
gyp info spawn args [ 'build/binding.sln',
gyp info spawn args   '/clp:Verbosity=minimal',
gyp info spawn args   '/nologo',
gyp info spawn args   '/p:Configuration=Release;Platform=x64' ]
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framew
ork 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it i
s installed elsewhere.  [C:\Users\OWijngaa\.node-red\node_modules\leveldown\build\binding.sln]
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framew
ork 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it i
s installed elsewhere.  [C:\Users\OWijngaa\.node-red\node_modules\leveldown\build\binding.sln]
prebuild ERR! build error
prebuild ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1
prebuild ERR! stack     at ChildProcess.onExit (C:\Users\OWijngaa\.node-red\node_modules\node-gyp\lib\build.js:276:23)
prebuild ERR! stack     at ChildProcess.emit (events.js:198:13)
prebuild ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
prebuild ERR! not ok
prebuild ERR! build Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1
prebuild ERR! build     at ChildProcess.onExit (C:\Users\OWijngaa\.node-red\node_modules\node-gyp\lib\build.js:276:23)
prebuild ERR! build     at ChildProcess.emit (events.js:198:13)
prebuild ERR! build     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)

END FIRST HALF

START SECOND HALF

> snappy@5.0.5 install C:\Users\OWijngaa\.node-red\node_modules\snappy
> node-gyp rebuild


C:\Users\OWijngaa\.node-red\node_modules\snappy>if not defined npm_config_node_gyp (node "C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
  snappy-sinksource.cc
  snappy-stubs-internal.cc
  snappy.cc
  win_delay_load_hook.cc
  snappy.vcxproj -> C:\Users\OWijngaa\.node-red\node_modules\snappy\build\Release\\snappy.lib
  binding.cc
  win_delay_load_hook.cc
C:\Users\OWijngaa\.node-red\node_modules\nan\nan_maybe_43_inl.h(88,23): error C2039: 'ForceSet': is not a member of 'v8
::Object' (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxp
roj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(3243): message : see declaration of 'v8::Objec
t' (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(816,3): warning C4996: 'node::MakeCallback': was declared deprecated
 (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(176): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vc
xproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(830,3): warning C4996: 'node::MakeCallback': was declared deprecated
 (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(169): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vc
xproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(844,3): warning C4996: 'node::MakeCallback': was declared deprecated
 (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(162): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vc
xproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(1457,1): warning C4996: 'node::MakeCallback': was declared deprecate
d (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(176): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\src\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vc
xproj]
C:\Users\OWijngaa\.node-red\node_modules\snappy\src\binding.cc(115,1): warning C4996: 'v8::Value::ToObject': was declar
ed deprecated [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(10046): message : see declaration of 'v8::Valu
e::ToObject' [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\snappy\src\binding.cc(116,1): warning C4996: 'v8::Value::ToObject': was declar
ed deprecated [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(10046): message : see declaration of 'v8::Valu
e::ToObject' [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\snappy\src\binding.cc(121,1): warning C4996: 'v8::String::Utf8Value::Utf8Value
': was declared deprecated [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2891): message : see declaration of 'v8::Strin
g::Utf8Value::Utf8Value' [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\snappy\src\binding.cc(142,1): warning C4996: 'v8::Value::ToObject': was declar
ed deprecated [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(10046): message : see declaration of 'v8::Valu
e::ToObject' [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\snappy\src\binding.cc(143,1): warning C4996: 'v8::Value::ToObject': was declar
ed deprecated [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(10046): message : see declaration of 'v8::Valu
e::ToObject' [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\snappy\src\binding.cc(148,1): warning C4996: 'v8::String::Utf8Value::Utf8Value
': was declared deprecated [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(2891): message : see declaration of 'v8::Strin
g::Utf8Value::Utf8Value' [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\snappy\src\binding.cc(161,1): warning C4996: 'v8::Value::ToObject': was declar
ed deprecated [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(10046): message : see declaration of 'v8::Valu
e::ToObject' [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\snappy\src\binding.cc(181,1): warning C4996: 'v8::Value::ToObject': was declar
ed deprecated [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(10046): message : see declaration of 'v8::Valu
e::ToObject' [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\snappy\src\binding.cc(218,1): warning C4996: 'v8::Value::ToObject': was declar
ed deprecated [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(10046): message : see declaration of 'v8::Valu
e::ToObject' [C:\Users\OWijngaa\.node-red\node_modules\snappy\build\binding.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:196:23)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\OWijngaa\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\OWijngaa\.node-red\node_modules\snappy
gyp ERR! node -v v10.16.3
gyp ERR! node-gyp -v v5.0.3
gyp ERR! not ok

> zmq@2.15.3 install C:\Users\OWijngaa\.node-red\node_modules\zmq
> node-gyp rebuild


C:\Users\OWijngaa\.node-red\node_modules\zmq>if not defined npm_config_node_gyp (node "C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
  binding.cc
  win_delay_load_hook.cc
C:\Users\OWijngaa\.node-red\node_modules\nan\nan_maybe_43_inl.h(88,23): error C2039: 'ForceSet': is not a member of 'v8
::Object' (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\v8.h(3243): message : see declaration of 'v8::Objec
t' (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(816,3): warning C4996: 'node::MakeCallback': was declared deprecated
 (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(176): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(830,3): warning C4996: 'node::MakeCallback': was declared deprecated
 (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(169): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(844,3): warning C4996: 'node::MakeCallback': was declared deprecated
 (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(162): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\nan\nan.h(1457,1): warning C4996: 'node::MakeCallback': was declared deprecate
d (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\AppData\Local\node-gyp\Cache\10.16.3\include\node\node.h(176): message : see declaration of 'node::Ma
keCallback' (compiling source file ..\binding.cc) [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\zmq\binding.cc(999,1): warning C4297: 'zmq::Socket::IncomingMessage::MessageRe
ference::~MessageReference': function assumed not to throw an exception but does [C:\Users\OWijngaa\.node-red\node_modu
les\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\zmq\binding.cc(999,1): message : destructor or deallocator has a (possibly imp
licit) non-throwing exception specification [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\zmq\binding.cc(1205,1): warning C4297: 'zmq::Socket::OutgoingMessage::~Outgoin
gMessage': function assumed not to throw an exception but does [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.
vcxproj]
C:\Users\OWijngaa\.node-red\node_modules\zmq\binding.cc(1205,1): message : destructor or deallocator has a (possibly im
plicit) non-throwing exception specification [C:\Users\OWijngaa\.node-red\node_modules\zmq\build\zmq.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\OWijngaa\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:196:23)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\OWijngaa\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\OWijngaa\.node-red\node_modules\zmq
gyp ERR! node -v v10.16.3
gyp ERR! node-gyp -v v5.0.3
gyp ERR! not ok
npm WARN bootstrap@4.3.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs-ext@0.5.0 (node_modules\fs-ext):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs-ext@0.5.0 install: `node-gyp configure build`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: leveldown@1.4.6 (node_modules\leveldown):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: leveldown@1.4.6 install: `prebuild --install`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 2
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: snappy@5.0.5 (node_modules\snappy):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: snappy@5.0.5 install: `node-gyp rebuild`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: zmq@2.15.3 (node_modules\zmq):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: zmq@2.15.3 install: `node-gyp rebuild`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

+ node-red-contrib-winccoa@2.0.8
updated 1 package and audited 2184 packages in 52.408s
found 9 vulnerabilities (2 low, 1 moderate, 6 high)
  run `npm audit fix` to fix them, or `npm audit` for details

END RESULT

You need python2 installed

I installed python 2.7 but it still gives the same outcome, I assume I need to reference it? If so how do I do this?

The result you posted suggested that it had eventually installed ok. Have you restarted node-red and checked if the nodes have appeared?
You have not posted the full startup log as I asked.

This is the startup log:

23 Oct 14:45:16 - [info]
Welcome to Node-RED
===================

23 Oct 14:45:16 - [info] Node-RED version: v0.20.7
23 Oct 14:45:16 - [info] Node.js  version: v10.16.3
23 Oct 14:45:16 - [info] Windows_NT 10.0.17134 x64 LE
23 Oct 14:45:20 - [info] Loading palette nodes
23 Oct 14:45:29 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
23 Oct 14:45:32 - [info] +-----------------------------------------------------
23 Oct 14:45:32 - [info] | uibuilder initialised:
23 Oct 14:45:32 - [info] |   root folder: \Users\OWijngaa\.node-red\projects\rtc-pas-plugin\uibuilder
23 Oct 14:45:32 - [info] |   version . .: 2.0.5
23 Oct 14:45:32 - [info] |   packages . : vue,bootstrap,bootstrap-vue,jquery,socket.io
23 Oct 14:45:32 - [info] +-----------------------------------------------------
23 Oct 14:45:32 - [info] Settings file  : \Users\OWijngaa\.node-red\settings.js
23 Oct 14:45:32 - [info] Context store  : 'default' [module=memory]
23 Oct 14:45:32 - [info] User directory : \Users\OWijngaa\.node-red
23 Oct 14:45:32 - [info] Server now running at https://127.0.0.1:1880/admin/
23 Oct 14:45:32 - [info] Active project : rtc-pas-plugin
23 Oct 14:45:32 - [info] Flows file     : \Users\OWijngaa\.node-red\projects\rtc-pas-plugin\flows_C064465.json
23 Oct 14:45:32 - [info] Starting flows
23 Oct 14:45:33 - [info] Started flows

The nodes are still not available in the palette :confused:

Looking at the node documentation, it states that you need to install it globally:

npm install -g node-red-contrib-winccoa

Not sure if that would make a difference.

I tried installing it globally, didn't make a difference. I'll look further into it and post it here once I find a solution.

I was going to say you could ask on the node's github page, but it doesn't appear to have a github repo.