注册成 Windows 服务 报错 #385
-
错误信息 Error: Cannot find module 'node-windows'
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
記得先安裝 node-windows # 先安裝 Node.js
npm i -g yarn
yarn --production |
Beta Was this translation helpful? Give feedback.
-
现在有一个很奇怪的问题,就是我安装好服务后,用网易云去ping端口也是通的,但网易云就是显示没有网络,不走这个程序的话又是正常的,找不到问题 |
Beta Was this translation helpful? Give feedback.
-
直接下打包好的程序运行却又可以使用,就很奇怪 |
Beta Was this translation helpful? Give feedback.
-
还有 npm i node-windows |
Beta Was this translation helpful? Give feedback.
記得先安裝 node-windows
# 先安裝 Node.js npm i -g yarn yarn --production