0

我正在尝试在我的节点 api 中实现一个 cron 作业调度程序。当我进行搜索时,我看到有两个模块。节点 cron 和 cron。参考下面的问题,它增加了我的困惑,因为用户在他的机器上安装了 node-cron,而在他的代码中他导入了 cron 模块。

节点 cron 示例

当我在 npmjs 中搜索模块时,我看到两个不同的模块

npm 中的 Node-cron 和 cron 模块

不知道我是否完全误解了这个概念或什么。

请建议。!

4

1 回答 1

0

They are different packages that do the same thing. In the example, the user says he he is using node-cron but he is just using cron.

于 2020-07-22T11:21:19.597 回答