Heroku安装错误

Dee*_*pen 2 macos heroku node.js heroku-toolbelt

我一直在尝试让heroku在我的Mac上工作.我已经安装了Heroku-Toolbelt.但是当我在zsh控制台上运行"heroku login"时,我收到此错误:

$ heroku login
heroku-cli: Installing core plugins...
 ?    npm ERR! Darwin 15.3.0
 ?    npm ERR! argv "/Users/Deepen/.heroku/node-v5.4.1-darwin-x64/bin/node"  
"/Users/Deepen/.heroku/node-v5.4.1-darwin-x64/lib/node_modules/npm/cli.js"   
"remove" "heroku-apps" "heroku-cli-addons" "heroku-fork" "heroku-git" 
"heroku-local" "heroku-run" "heroku-spaces" "heroku-status"
 ?    npm ERR! node v5.4.1
 ?    npm ERR! npm  v3.3.10
 ?    npm ERR! code MODULE_NOT_FOUND
 ?
 ?    npm ERR! Cannot find module 'npm-autoinit/autoinit'
 ?    npm ERR!
 ?    npm ERR! If you need help, you may report this error at:
 ?    npm ERR!     <https://github.com/npm/npm/issues>
 ?    npm WARN ENOENT ENOENT: no such file or directory, open '/Users/Deepen/.heroku/package.json'
 ?    npm WARN EPACKAGEJSON .heroku No description
 ?    npm WARN EPACKAGEJSON .heroku No repository field.
 ?    npm WARN EPACKAGEJSON .heroku No README data
 ?    npm WARN EPACKAGEJSON .heroku No license field.
 ?    npm ERR! Darwin 15.3.0
 ?    npm ERR! argv "/Users/Deepen/.heroku/node-v5.4.1-darwin-x64/bin/node"   "/Users/Deepen/.heroku/node-v5.4.1-darwin-x64/lib/node_modules/npm/cli.js" "remove" "heroku-apps" "heroku-cli-addons" "heroku-fork" "heroku-git" "heroku-local" "heroku-run" "heroku-spaces" "heroku-status"
 ?    npm ERR! node v5.4.1
 ?    npm ERR! npm  v3.3.10
 ?
 ?    npm ERR! Callback called more than once.
 ?    npm ERR!
 ?    npm ERR! If you need help, you may report this error at:
  ?    npm ERR!     
 ?
 ?    npm ERR! Please include the following file with any support request:
 ?    npm ERR!     /Users/Deepen/.heroku/npm-debug.log
?    exit status 1
heroku-cli: Installing core plugins (retrying)...
Run Code Online (Sandbox Code Playgroud)

Ran*_*ggs 7

我刚刚发送了一个修复程序,请你heroku update再试一次?