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
Hello, why I can not run fido2-server-demo, in command line, i met this issue: "process.getuid is not a function..." error from component-director.js. In addition, debugging code with index.js has been lost the lib/main.js. I am using Node 8 8.11.1 and npm version 5.6.0
If you are running windows, the problem is that windows doesn't support getuid. You can comment out the uid commands in your config file (like this)and that should fix it.
Let me know if that doesn't fix your problem or if you aren't running windows.
The text was updated successfully, but these errors were encountered:
Hello, I have opened command for setuid and setgid, howerver this error still be happen with "npm start". How about the running of index.js file? It exported this issue: "Cannot find module './lib/main.js'"
Moving this out of #5 to it's own issue.
@silverstar235 wrote:
If you are running windows, the problem is that windows doesn't support getuid. You can comment out the uid commands in your config file (like this)and that should fix it.
Let me know if that doesn't fix your problem or if you aren't running windows.
The text was updated successfully, but these errors were encountered: