Heroku失败了,错误读取插件:heroku-local`

时间:2016-03-26 01:48:45

标签: heroku

heroku git:clone -a damp-rando-1234
Installing Heroku Toolbelt v4... done
heroku-cli: Installing core plugins.../home/amanda/.heroku/node_modules/heroku-local/commands/run.js:17
  process.argv.push(...context.args);
                    ^^^

SyntaxError: Unexpected token ...
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:413:25)
    at Object.Module._extensions..js (module.js:452:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/home/amanda/.heroku/node_modules/heroku-local/index.js:8:3)
    at Module._compile (module.js:434:26)
    at Object.Module._extensions..js (module.js:452:10)
heroku-cli: Installing core plugins (retrying).../home/amanda/.heroku/node_modules/heroku-local/commands/run.js:17
  process.argv.push(...context.args);
                    ^^^

它会从语法错误中重复四次,然后以

退出
 ▸    Error reading plugin: heroku-local
 ▸    exit status 1

我尝试删除并重新安装Heroku,但我收到同样的错误。

我猜这些插入片试图告诉我一些关于问题所在的地方但是我很难过。

这里有一些问题似乎相似,但所有问题都可以通过销毁~/.heroku或重新安装来解决。这对我都没有用。我在Ubuntu Wily上。

注意:Heroku支持让我给他们输出``GODE_DEBUG = info heroku update`

1 个答案:

答案 0 :(得分:2)

似乎新版本与旧版本无法比较。 我也有同样的问题。通过删除~/.heroku文件夹

解决