Moving this out of #5 to it's own issue.
@silverstar235 wrote:
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.