Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win10 install errors #5

Open
netmiller opened this issue Jan 3, 2018 · 1 comment
Open

Win10 install errors #5

netmiller opened this issue Jan 3, 2018 · 1 comment

Comments

@netmiller
Copy link

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 [email protected] No repository field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `sh install.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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

> [email protected] 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

+ [email protected]
removed 52 packages and updated 1 package in 9.421s
PS C:\Users\esa\devel\nodejs\u2f>

but not with u2f-client

@binaryoverload
Copy link

bump I get the same issue, it seems this is bundled with it's own version of node-hid which isn't great...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants