When running npm install node-qt the compilation stop with this message:
C1003: error count exceeds 100; stopping compilation
Output (Not all shown, whole console buffer is filled up):
[...]
..\src\QtTest\qtesteventlist.cc(90): error C2275: 'QTestEventListWrap': illegal use of this type as an expression [f:\node-qt-hello-world\node_modules\node-q
t\build\qt.vcxproj]
..\src\QtTest\qtesteventlist.cc(90): fatal error C1003: error count exceeds 100; stopping compilation [f:\node-qt-hello-world\node_modules\node-qt\build\qt.v
cxproj]
gyp ERR! build error
Node version v10.7.0
NPM version 6.4.1
Visual Studio 2017
Windows 10 x64
When running
npm install node-qtthe compilation stop with this message:Output (Not all shown, whole console buffer is filled up):
Node version
v10.7.0NPM version
6.4.1Visual Studio 2017
Windows 10 x64