首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法安装/更新heroku工具带- heroku-pipelines

无法安装/更新heroku工具带- heroku-pipelines
EN

Stack Overflow用户
提问于 2016-02-16 07:27:26
回答 1查看 865关注 0票数 18

我在更新heroku工具带(在Ubuntu x64上)时遇到了问题。

无论我尝试运行heroku命令,heroku工具带都会尝试自我更新,并且更新总是失败,并显示以下输出:

代码语言:javascript
复制
$ 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:327
 ▸        throw 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:327
 ▸        throw 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问题。有谁有线索吗?谢谢!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-02-16 08:20:31

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

问题

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

票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35421000

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档