无法安装/更新Heroku工具包 - Heroku Pipelines

18

我在 Ubuntu x64 上使用 Heroku Toolbelt 更新时遇到了问题。

无论我尝试运行哪个 Heroku 命令,Heroku Toolbelt 都会尝试更新自己,但每次更新都失败并输出以下内容:

$ heroku
heroku-cli: Installing Toolbelt v4... done
For more information on Toolbelt v4: https://github.com/heroku/heroku-cli
heroku-cli: Adding dependencies... done
heroku-cli: Installing core plugins (retrying)...
 ▸    Error reading plugin: heroku-pipelines
 ▸    exit status 1
 ▸    module.js:327throw err;
 ▸        ^
 ▸    
 ▸    Error: Cannot find module 'heroku-pipelines'
 ▸        at Function.Module._resolveFilename (module.js:325:15)
 ▸        at Function.Module._load (module.js:276:25)
 ▸        at Module.require (module.js:353:17)
 ▸        at require (internal/module.js:12:17)
 ▸        at [eval]:2:15
 ▸        at Object.exports.runInThisContext (vm.js:54:17)
 ▸        at Object.<anonymous> ([eval]-wrapper:6:22)
 ▸        at Module._compile (module.js:397:26)
 ▸        at node.js:611:27
 ▸        at nextTickCallbackWith0Args (node.js:452:9)
heroku-cli: Installing core plugins (retrying)...
 ▸    Error reading plugin: heroku-pipelines
 ▸    exit status 1
 ▸    module.js:327throw err;
 ▸        ^
 ▸    
 ▸    Error: Cannot find module 'heroku-pipelines'
 ▸        at Function.Module._resolveFilename (module.js:325:15)
 ▸        at Function.Module._load (module.js:276:25)
 ▸        at Module.require (module.js:353:17)
 ▸        at require (internal/module.js:12:17)
 ▸        at [eval]:2:15
 ▸        at Object.exports.runInThisContext (vm.js:54:17)
 ▸        at Object.<anonymous> ([eval]-wrapper:6:22)
 ▸        at Module._compile (module.js:397:26)
 ▸        at node.js:611:27
 ▸        at nextTickCallbackWith0Args (node.js:452:9)
 !    error getting commands pid 8898 exit 1

我已经删除了我的 ~/.heroku 文件夹,也执行了 apt-get remove --purge heroku* 命令,但仍然失败。

我对 node.js 并不是很熟悉,不知道这是什么问题,甚至不确定是否是 node.js 的问题... 有人知道吗?谢谢!


2
您IP地址为143.198.54.68,由于运营成本限制,当前对于免费用户的使用频率限制为每个IP每72小时10次对话,如需解除限制,请点击左下角设置图标按钮(手机用户先点击左上角菜单按钮)。 - Dani C.
现在他们正在处理这个问题 https://status.heroku.com/。 - Marcelo Xavier
1
我是CLI维护者,该事件有一个描述发生情况的摘要。如果您有更多问题,请随时联系我。https://status.heroku.com/incidents/851 - Jeff Dickey
现在对我来说正常工作。太平洋时间下午5:21。 - Kode Charlie
1个回答

4

已知问题:https://status.heroku.com/incidents/851

问题

我们的工程师正在调查 Heroku CLI 的问题。客户可能会看到引用了“Error reading plugin: heroku-pipelines”的故障。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接