gpt4 book ai didi

meteor - 在 Codeship 上使用 Velocity 测试 Meteor

转载 作者:行者123 更新时间:2023-12-02 00:50:18 26 4
gpt4 key购买 nike

我正在尝试在 Codeship 上配置 CI 基础设施。我的本地 meteor --test 命令工作起来很顺利,但我在 Codeship 上遇到了一个奇怪的错误。

本地:

I20141208-12:29:42.602(2)? Started
I20141208-12:29:42.602(2)? .
I20141208-12:29:42.603(2)?
I20141208-12:29:42.603(2)? 1 spec, 0 failures
I20141208-12:29:42.603(2)? Finished in 0.014 seconds
PASSED jasmine-server-unit : Job => Job should be created with title, description, location and isRemote

代码:

=> Started proxy.
=> Started MongoDB.
=> Errors prevented startup:

While Building the application:
node_modules/velocity-cli/velocity-cli.js:1:15: Unexpected token ILLEGAL

=> Your application has errors. Waiting for file change.

设置命令:

curl -o meteor_install_script.sh https://install.meteor.com/
chmod +x meteor_install_script.sh
sed -i "s/type sudo >\/dev\/null 2>&1/\ false /g" meteor_install_script.sh
./meteor_install_script.sh

测试命令:

meteor --test

最佳答案

嘿,

velocity-cli 需要全局安装。您能否在调用 meteor 可执行文件之前将以下命令添加到您的设置步骤中?

npm install -g Velocity-cli

免责声明:我为 Codeship 工作

关于meteor - 在 Codeship 上使用 Velocity 测试 Meteor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27356247/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com