You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> node-hid@0.3.2 preinstall C:\Source\my-project\node_modules\.staging\node-hid-a78cfb4d
> sh get-hidapi.sh
'sh' is not recognized as an internal or external command,
operable program or batch file.
yarn install --dev u2f-client fails with a similar error.
Interestingly, I can install node-hid just fine, but installing it first does not resolve this issue. I'm not sure why when I get node-hid as a transitive dependency I get this error but when I get it directly I don't.
The text was updated successfully, but these errors were encountered:
MicahZoltu
added a commit
to MicahZoltu/u2f-client
that referenced
this issue
Apr 7, 2017
This is an attempt to fixashtuchkin#3. Note: I have not tested this locally (hoping you have a CI server for that) and I don't actually know if it will fix the issue, but it seems like a good place to start as 0.3.2 was from 2.5 years ago.
npm install --save-dev u2f-client
yarn install --dev u2f-client
fails with a similar error.Interestingly, I can install
node-hid
just fine, but installing it first does not resolve this issue. I'm not sure why when I getnode-hid
as a transitive dependency I get this error but when I get it directly I don't.The text was updated successfully, but these errors were encountered: