1

有人可以帮我wct在teamcity上跑步吗?我已经配置了buld,但是运行时出现以下错误wct

[12:15:54][Step 1/1] /opt/jetbrains/TeamCityAgent/work/f73ec8c1325df542/node_modules/web-component-tester/bin/wct:21
[12:15:54][Step 1/1]     promise.then(() => process.exit(0), () => process.exit(1));
[12:15:54][Step 1/1]                   ^
[12:15:54][Step 1/1] SyntaxError: Unexpected token )
[12:15:54][Step 1/1]     at exports.runInThisContext (vm.js:73:16)
[12:15:54][Step 1/1]     at Module._compile (module.js:443:25)
[12:15:54][Step 1/1]     at Object.Module._extensions..js (module.js:478:10)
[12:15:54][Step 1/1]     at Module.load (module.js:355:32)
[12:15:54][Step 1/1]     at Function.Module._load (module.js:310:12)
[12:15:54][Step 1/1]     at Function.Module.runMain (module.js:501:10)
[12:15:54][Step 1/1]     at startup (node.js:129:16)
[12:15:54][Step 1/1]     at node.js:814:3
4

1 回答 1

0

通过 npm 脚本运行 wct 可以消除错误。

于 2017-03-03T16:45:19.437 回答