I have similar errors as #3 . Here is some messages:
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:2
58:23)
gyp ERR! stack at emitTwo (events.js:126:13)
gyp ERR! stack at ChildProcess.emit (events.js:214:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
gyp ERR! System Windows_NT 10.0.16299
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node
-gyp\\bin\\node-gyp.js" "configure" "build" "install"
gyp ERR! cwd C:\Users\esa\devel\nodejs\u2f\node_modules\u2f-client\node_modules\node-hid
gyp ERR! node -v v8.9.3
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
npm WARN u2f@1.0.0 No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-hid@0.3.2 install: `sh install.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-hid@0.3.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\esa\AppData\Roaming\npm-cache\_logs\2018-01-03T20_08_53_436Z-debug.log
and whole debug.log is here:
https://gist.github.com/netmiller/c420ae1e83da39f0ccaca38970baca9e
Seems like node_hid is in version node-hid@^0.3.2.
Should if be 0.7.0 ??
Like #3 I managed also install node-hid alone :
PS C:\Users\esa\devel\nodejs\u2f> npm install --save node-hid
> node-hid@0.7.0 install C:\Users\esa\devel\nodejs\u2f\node_modules\node-hid
> prebuild-install || node-gyp rebuild
prebuild-install info begin Prebuild-install version 2.4.1
. . . lots of messages
+ node-hid@0.7.0
removed 52 packages and updated 1 package in 9.421s
PS C:\Users\esa\devel\nodejs\u2f>
but not with u2f-client
I have similar errors as #3 . Here is some messages:
and whole debug.log is here:
https://gist.github.com/netmiller/c420ae1e83da39f0ccaca38970baca9e
Seems like node_hid is in version node-hid@^0.3.2.
Should if be 0.7.0 ??
Like #3 I managed also install node-hid alone :
but not with u2f-client