青龙运行脚本报错Error: Cannot find module './ql'
青龙运行脚本报错Error: Cannot find module './ql'
2022-02-12 0 评论 0 阅读 0 点赞

青龙运行脚本报错Error: Cannot find module './ql'

daimafengzi
2022-02-12 / 0 评论 / 0 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2022年02月11日,已超过1622天没有更新,若内容或图片失效,请留言反馈。

青龙运行脚本报错

  throw err;
  ^

Error: Cannot find module './ql'
Require stack:
- /ql/scripts/okyyds_yydspure_master/function/sendNotify.js
- /ql/scripts/okyyds_yydspure_master/function/common.js
- /ql/scripts/okyyds_yydspure_master/jx_aid_cashback.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:999:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/ql/scripts/okyyds_yydspure_master/function/sendNotify.js:132:5)
    at Module._compile (node:internal/modules/cjs/loader:1097:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
    at Module.load (node:internal/modules/cjs/loader:975:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:999:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/ql/scripts/okyyds_yydspure_master/function/sendNotify.js',
    '/ql/scripts/okyyds_yydspure_master/function/common.js',
    '/ql/scripts/okyyds_yydspure_master/jx_aid_cashback.js'
  ]
}

解决办法 ?

ql.js复制到function下
0

评论 (0)

取消