2016-02-15 80 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 –

回答

相關問題