2016-02-15 85 views
18

我在使用heroku toolbelt(在Ubuntu x64上)更新时遇到问题。无法安装/更新heroku toolbelt - heroku-pipelines

无论Heroku的命令我尝试运行,Heroku的工具区将尝试进行自我更新和更新总是失败,这样的输出:

$ 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-得到删除--purge heroku *,但它仍然失败。

我不是很熟悉node.js来理解这是什么类型的问题,或者它甚至是一个node.js问题..有没有人有线索?谢谢!

+2

我现在遇到同样的问题,而昨天我没有问题;似乎是一个时间问题? –

+0

现在他们正在处理这个https://status.heroku.com/ –

+1

我是CLI维护者,事件有一个总结描述发生了什么。如果您有更多问题,请随时联系我。 https://status.heroku.com/incidents/851 –

回答

相关问题