Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't install/update heroku toolbelt - heroku-pipelines [closed]

I'm having problems updating with heroku toolbelt (on Ubuntu x64).

Whatever heroku command I try to run, heroku toolbelt will try to update itself and the update always fails with this output:

$ 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

I've removed my ~/.heroku, I've apt-get remove --purge heroku*, and still it just fails.

I'm not that familiar with node.js to understand what kind of problem this is or if it even is a node.js problem at all.. Does anyone have a clue? Thanks!

like image 401
Lynx_Eyes Avatar asked Feb 15 '16 23:02

Lynx_Eyes


1 Answers

Known Issue: https://status.heroku.com/incidents/851

Issue

Our engineers are investigating issues with the Heroku CLI. Customers may be seeing failures referencing "Error reading plugin: heroku-pipelines".

like image 117
Doug Avatar answered Nov 15 '22 19:11

Doug