cli icon indicating copy to clipboard operation
cli copied to clipboard

syntax error in ~/.local/share/heroku/config.json after fresh install

Open milahu opened this issue 5 years ago • 0 comments

after a fresh install with pnpm i -g heroku, the config file ~/.local/share/heroku/config.json looks like

{
  "schema": 1,
  "install": "41cc301-some-random-uuid-string-52c00"
}
 "skipAnalytics": false
}

and running heroku create says syntax error

milahu avatar Jan 11 '21 13:01 milahu