I'm trying to run a pre-built node.js application on a virtual machine running Windows server 2008. However, whenever I try to start the application I receive the following error message:
error: uncaughtException: spawn net.exe ENOENT
I understand this to mean that net.exe is not installed by default on Windows server 2008 (a little googling seems to back this up). My question is whether it is possible for me to install this service on my server so that the application will run?
via E Keith
No comments:
Post a Comment