Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个工人测功机,我用它来运行我的不和谐机器人。它每天正常工作,我已经使用了很长时间,但今天突然停止工作,即使它显示它打开了测功机但我的机器人仍然离线,我也有足够的时间,所以不是一个小时也有问题(我的代码也很完美,我通过 GitHub 管道连接)。我无法弄清楚测功机出了什么问题。有人知道为什么会发生吗?
解决了。我错过了 ms 模块。所以我使用安装了 ms 模块npm i ms -s,然后将我的 package.json 文件更新到 Github,构建完成后,它就可以工作了。
npm i ms -s