我在更新heroku工具带(在Ubuntu x64上)时遇到了问题。
无论我尝试运行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-get remove --purge heroku*,但它仍然失败。
我不太熟悉node.js,不知道这是什么问题,甚至根本不知道这是不是一个node.js问题。有谁有线索吗?谢谢!
发布于 2016-02-16 08:20:31
已知问题:https://status.heroku.com/incidents/851
问题
我们的工程师正在调查Heroku CLI的问题。客户可能会看到引用"Error reading plugin: heroku-pipelines“的失败。
https://stackoverflow.com/questions/35421000
复制相似问题