尝试用jenkins手动运行testcafe,但得到错误



hello我遵循了本文中的所有内容https://devexpress.github.io/testcafe/documentation/guides/continuous-integration/jenkins.html

当我运行时,它显示了这个错误:

ERROR ReferenceError: global在对象。詹金斯(E: 自动化构建 workspace node_modules queue-microtask index.js: 25)在模块。_compile(内部/模块/cj/loader.js: 707:30)在模块。詹金斯_compile (E: 自动化构建 workspace node_modules source-map-support source-map-support.js: 547:25)/modules/cjs/loader.js:718:10在模块。负载(内部/模块/cj/loader.js: 605:32)/modules/cjs/loader.js:544:12在Function.Module。_load(内部/模块/cj/loader.js: 536:3)在模块。需要(内部/模块/cj/loader.js: 643:17)在require (internal/modules/cjs/helpers.js:22:18)在对象。詹金斯(E: 自动化构建 workspace node_modules 平行 index.js: 4:24)在模块。_compile(内部/模块/cj/loader.js: 707:30)在模块。詹金斯_compile (E: 自动化构建 workspace node_modules source-map-support source-map-support.js: 547:25)/modules/cjs/loader.js:718:10在模块。负载(内部/模块/cj/loader.js: 605:32)/modules/cjs/loader.js:544:12在Function.Module。_load(内部/模块/cj/loader.js: 536:3)在模块。需要(内部/模块/cj/loader.js: 643:17)在require (internal/modules/cjs/helpers.js:22:18)在对象。

我做错了什么?如何解决这个GlobalThis错误?

基于类似的问题,我假设你需要更新你的Node.js版本:

https://github.com/datproject/dat-store/issues/49

相关内容

最新更新