nvidia-snatcher as a service using node-windows #287
|
Hey there! Total node.js n00b here. I'm trying to get nvidia-snatcher installed as a service on a Windows Server. I used the readme example script as a base, and it installed a service. But the service won't stay running. Script to install service: error log:
Kinda lost... |
Replies: 1 comment
|
The major issue here is Node.js doesn't support TypeScript, so you cannot reference a |
The major issue here is Node.js doesn't support TypeScript, so you cannot reference a
.tsfile directly.