Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

heroku create command gives error from runHook task in Module :@oclif/config@1.13.2 #1643

Open
NisugaJ opened this issue Sep 21, 2020 · 1 comment

Comments

@NisugaJ
Copy link

NisugaJ commented Sep 21, 2020

heroku CLI: 7.43.0
OS Name: Microsoft Windows 10 Pro, Version : 10.0.18362, Build 18362

What is the current behavior?

In short:

Error is here for heroku create

node:8400) SyntaxError Plugin: heroku: C:\Users\Dell\AppData\Local\heroku\version: Unexpected end of JSON input
module: @oclif/config@1.13.2
task: runHook init
plugin: heroku
root: C:\Users\Dell\AppData\Local\heroku\client\7.43.0
See more details with DEBUG=*

> SyntaxError Plugin: heroku: C:\Users\Dell\AppData\Local\heroku\version: Unexpected end of JSON input
>     at JSON.parse (<anonymous>)
>     at C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules\jsonfile\index.js:33:18
>     at C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules\jsonfile\node_modules\graceful-fs\graceful-fs.js:123:16
>     at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 

module: @oclif/config@1.13.2
task: runHook init
plugin: heroku
root: C:\Users\Dell\AppData\Local\heroku\client\7.43.0

All Log output for heroku create

C:\MyProjects\native-webrtc>heroku create

@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\package.json +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\oclif.manifest.json +3ms
@oclif/config:heroku using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\oclif.manifest.json +0ms
@oclif/config reading user plugins pjson C:\Users\Dell\AppData\Local\heroku\package.json +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\package.json +4ms
@oclif/config loading plugins [
'@oclif/plugin-legacy',
'@heroku-cli/plugin-addons-v5',
'@heroku-cli/plugin-apps',
'@heroku-cli/plugin-apps-v5',
'@heroku-cli/plugin-auth',
'@heroku-cli/plugin-autocomplete',
'@heroku-cli/plugin-buildpacks',
'@heroku-cli/plugin-certs',
'@heroku-cli/plugin-certs-v5',
'@heroku-cli/plugin-ci-v5',
'@heroku-cli/plugin-ci',
'@heroku-cli/plugin-config',
'@heroku-cli/plugin-container-registry-v5',
'@heroku-cli/plugin-git',
'@heroku-cli/plugin-local',
'@heroku-cli/plugin-oauth-v5',
'@heroku-cli/plugin-orgs-v5',
'@heroku-cli/plugin-pg-v5',
'@heroku-cli/plugin-pipelines',
'@heroku-cli/plugin-ps',
'@heroku-cli/plugin-ps-exec',
'@heroku-cli/plugin-redis-v5',
'@heroku-cli/plugin-run',
'@heroku-cli/plugin-spaces',
'@heroku-cli/plugin-status',
'@heroku-cli/plugin-webhooks',
'@oclif/plugin-commands',
'@oclif/plugin-help',
'@oclif/plugin-not-found',
'@oclif/plugin-plugins',
'@oclif/plugin-update',
'@oclif/plugin-warn-if-update-available',
'@oclif/plugin-which'
] +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-legacy +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-legacy\package.json +9ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5\package.json +7ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps\package.json +5ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5\package.json +2ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-auth +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-auth\package.json +3ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-autocomplete +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-autocomplete\package.json +8ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-buildpacks +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-buildpacks\package.json +3ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs\package.json +6ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5\package.json +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5\package.json +9ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci\package.json +2ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-config +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-config\package.json +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5\package.json +3ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-git +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-git\package.json +7ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-local +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-local\package.json +2ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5\package.json +7ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5\package.json +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5\package.json +2ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pipelines +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pipelines\package.json +9ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps\package.json +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec\package.json +2ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5\package.json +3ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-run +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-run\package.json +7ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces\package.json +3ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status\package.json +5ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-webhooks +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-webhooks\package.json +2ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-commands +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-commands\package.json +6ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-help +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-help\package.json +5ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-not-found +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-not-found\package.json +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-plugins +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-plugins\package.json +2ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-update +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-update\package.json +9ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-warn-if-update-available +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-warn-if-update-available\package.json +2ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-which +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-which\package.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5\oclif.manifest.json +2ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-legacy\oclif.manifest.json +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-auth\oclif.manifest.json +4ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps\oclif.manifest.json +7ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-autocomplete\oclif.manifest.json +3ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-buildpacks\oclif.manifest.json +5ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5\oclif.manifest.json +2ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-config\oclif.manifest.json +4ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci\oclif.manifest.json +4ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-git\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pipelines\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5\oclif.manifest.json +3ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5\oclif.manifest.json +7ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps\oclif.manifest.json +3ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5\oclif.manifest.json +5ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-local\oclif.manifest.json +4ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-run\oclif.manifest.json +6ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-webhooks\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-commands\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-help\oclif.manifest.json +3ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-not-found\oclif.manifest.json +7ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status\oclif.manifest.json +3ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-update\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-plugins\oclif.manifest.json +6ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-warn-if-update-available\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-which\oclif.manifest.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-not-found.oclif.manifest.json +4ms
@oclif/config:@heroku-cli/plugin-auth using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-auth\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-autocomplete using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-autocomplete\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-addons-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5\oclif.manifest.json +0ms
@oclif/config:@oclif/plugin-legacy using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-legacy\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-apps-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-apps using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-ci using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-certs using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-buildpacks using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-buildpacks\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-git using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-git\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-config using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-config\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-ci-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-container-registry-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-certs-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-pipelines using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pipelines\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-oauth-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-pg-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-ps-exec using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-orgs-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-ps using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-redis-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-spaces using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-local using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-local\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-webhooks using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-webhooks\oclif.manifest.json +0ms
@oclif/config:@oclif/plugin-commands using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-commands\oclif.manifest.json +0ms
@oclif/config:@oclif/plugin-help using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-help\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-run using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-run\oclif.manifest.json +0ms
@oclif/config:@oclif/plugin-plugins using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-plugins\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-status using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status\oclif.manifest.json +0ms
@oclif/config:@oclif/plugin-warn-if-update-available using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-warn-if-update-available\oclif.manifest.json +0ms
@oclif/config:@oclif/plugin-update using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-update\oclif.manifest.json +0ms
@oclif/config:@oclif/plugin-which using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-which\oclif.manifest.json +0ms
@oclif/config:@oclif/plugin-not-found using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-not-found.oclif.manifest.json +0ms
@oclif/config config done +320ms
@oclif/config start init hook +5ms
heroku:heroku:hooks:init start C:\Users\Dell\AppData\Local\heroku\client\7.43.0\lib\hooks\init\version +0ms
heroku:@oclif/plugin-legacy:hooks:init start C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-legacy\lib\hooks\init +0ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5 +0ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5 +3ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5 +5ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5 +1ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5 +1ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5 +1ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5 +3ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec +0ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5 +5ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5 +1ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces +1ms
@oclif/plugin-legacy loading legacy plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status +1ms
heroku:@oclif/plugin-warn-if-update-available:hooks:init start C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-warn-if-update-available\lib\hooks\init\check-update +0ms
heroku:@oclif/plugin-update:hooks:init start C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@oclif\plugin-update\lib\hooks\init +0ms
heroku:heroku:hooks:init done +239ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5\package.json +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5\package.json +7ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5\package.json +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5\package.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5\package.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5\package.json +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5\package.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec\package.json +3ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5\package.json +4ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5\package.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces\package.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status\package.json +2ms

Error is here

node:8400) SyntaxError Plugin: heroku: C:\Users\Dell\AppData\Local\heroku\version: Unexpected end of JSON input
module: @oclif/config@1.13.2
task: runHook init
plugin: heroku
root: C:\Users\Dell\AppData\Local\heroku\client\7.43.0
See more details with DEBUG=*
SyntaxError Plugin: heroku: C:\Users\Dell\AppData\Local\heroku\version: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules\jsonfile\index.js:33:18
    at C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules\jsonfile\node_modules\graceful-fs\graceful-fs.js:123:16
    at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
module: @oclif/config@1.13.2
task: runHook init
plugin: heroku
root: C:\Users\Dell\AppData\Local\heroku\client\7.43.0

See more details with DEBUG=*
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5\package.json +9ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5\package.json +11ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5\package.json +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5\package.json +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5\package.json +8ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5\package.json +3ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5\package.json +3ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec\package.json +6ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5\package.json +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5 +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5\package.json +1ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status\package.json +10ms
@oclif/config reading core plugin C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces +0ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces\package.json +1ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5\oclif.manifest.json +8ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5\oclif.manifest.json +3ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5\oclif.manifest.json +3ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5\oclif.manifest.json +4ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5\oclif.manifest.json +2ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5\oclif.manifest.json +3ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5\oclif.manifest.json +2ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec\oclif.manifest.json +6ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5\oclif.manifest.json +4ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5\oclif.manifest.json +4ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces\oclif.manifest.json +2ms
@oclif/config loadJSON C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status\oclif.manifest.json +1ms
heroku:@oclif/plugin-update:hooks:init done +218ms
@oclif/config:@heroku-cli/plugin-oauth-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-oauth-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-apps-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-ci-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ci-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-certs-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-certs-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-orgs-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-orgs-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-pg-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-pg-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-ps-exec using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-ps-exec\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-addons-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-addons-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-redis-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-redis-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-container-registry-v5 using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-container-registry-v5\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-status using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-status\oclif.manifest.json +0ms
@oclif/config:@heroku-cli/plugin-spaces using manifest from C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-spaces\oclif.manifest.json +0ms
heroku:@oclif/plugin-legacy:hooks:init done +384ms
@oclif/config init hook done +400ms
heroku init version: @oclif/command@1.5.18 argv: [ 'create' ] +0ms
@oclif/config runCommand create [] +14ms
@oclif/plugin-legacy loading module commands C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-apps-v5 +560ms
@oclif/config start prerun hook +333ms
heroku:heroku:hooks:prerun start C:\Users\Dell\AppData\Local\heroku\client\7.43.0\lib\hooks\prerun\analytics +0ms
netrc-parser load C:\Users\Dell_netrc +0ms
netrc-parser ENOENT +8ms
netrc-parser machines: [ 'api.heroku.com', 'git.heroku.com' ] +4ms
heroku:user_config init +0ms
heroku-cli:file readJSON C:\Users\Dell\AppData\Local\heroku\config.json +0ms
http → GET https://backboard.heroku.com/hamurai?data=eyJzb3VyY2UiOiJjbGkiLCJldmVudCI6ImNyZWF0ZSIsInByb3BlcnRpZXMiOnsiY2xpIjoiaGVyb2t1IiwiY29tbWFuZCI6ImNyZWF0ZSIsImNvbXBsZXRpb24iOjAsInZlcnNpb24iOiI3LjQzLjAiLCJwbHVnaW4iOiJAaGVyb2t1LWNsaS9wbHVnaW4tYXBwcy12NSIsInBsdWdpbl92ZXJzaW9uIjoiNy40My4wIiwib3MiOiJ3aW4zMiIsInNoZWxsIjoiY21kLmV4ZSIsInZhbGlkIjp0cnVlLCJsYW5ndWFnZSI6Im5vZGUiLCJpbnN0YWxsX2lkIjoiYzJjMjY5NjAtYTY4Zi00OGI1LWE2MTgtMzQyZmJjOGMwY2Y0In19
http authorization: '[REDACTED]'
http user-agent: 'heroku/7.43.0 win32-x64 node-v12.16.2' +0ms
http ← GET https://backboard.heroku.com/hamurai?data=eyJzb3VyY2UiOiJjbGkiLCJldmVudCI6ImNyZWF0ZSIsInByb3BlcnRpZXMiOnsiY2xpIjoiaGVyb2t1IiwiY29tbWFuZCI6ImNyZWF0ZSIsImNvbXBsZXRpb24iOjAsInZlcnNpb24iOiI3LjQzLjAiLCJwbHVnaW4iOiJAaGVyb2t1LWNsaS9wbHVnaW4tYXBwcy12NSIsInBsdWdpbl92ZXJzaW9uIjoiNy40My4wIiwib3MiOiJ3aW4zMiIsInNoZWxsIjoiY21kLmV4ZSIsInZhbGlkIjp0cnVlLCJsYW5ndWFnZSI6Im5vZGUiLCJpbnN0YWxsX2lkIjoiYzJjMjY5NjAtYTY4Zi00OGI1LWE2MTgtMzQyZmJjOGMwY2Y0In19 204
http access-control-allow-credentials: 'true'
http access-control-allow-origin: '*'
http access-control-expose-headers: ''
http cache-control: 'max-age=0, private, must-revalidate'
http connection: 'close'
http date: 'Mon, 21 Sep 2020 08:15:28 GMT'
http server: 'Cowboy'
http strict-transport-security: 'max-age=31536000'
http via: '1.1 spaces-router (8dd0c4f2604e)' +1s
heroku:heroku:hooks:prerun done +1s
@oclif/config prerun hook done +1s
heroku:create init version: @oclif/command@1.8.0 argv: [] +0ms
netrc-parser loadSync C:\Users\Dell_netrc +1s
netrc-parser machines: [ 'api.heroku.com', 'git.heroku.com' ] +1ms
netrc-parser loadSync C:\Users\Dell_netrc +6ms
netrc-parser machines: [ 'api.heroku.com', 'git.heroku.com' ] +1ms
http --> POST /apps +0ms
--> POST /apps
http
http accept=application/vnd.heroku+json; version=3
http content-type=application/json
http user-agent=heroku/7.43.0 win32-x64 node-v12.16.2
http range=id ..; max=1000
http host=api.heroku.com
http authorization=REDACTED +0ms
--> {}
Creating app... |
<-- 201 Created
http <-- POST /apps
http {"acm":false,"archived_at":null,"buildpack_provided_description":null,"build_stack":{"id":"69bee368-352b-4bd0-9b7c-819d860a2588","name":"heroku-18"},"created_at":"2020-09-21T08:15:30Z","id":"7b16e0e6-c4c2-4cf7-9501-149befefa496","git_url":"https://git.heroku.com/vast-caverns-71257.git","maintenance":false,"name":"vast-caverns-71257","owner":{"email":"nisuga@test.com","id":"cb5a3d13-90a9-4af7-99b6-4832ded8d86f"},"region":{"id":"59accabd-516d-4f0e-83e6-6e3757701145","name":"us"},"organization":null,"team":null,"space":null,"internal_routing":null,"released_at":"2020-09-21T08:15:30Z","repo_size":null,"slug_size":null,"stack":{"id":"69bee368-352b-4bd0-9b7c-819d860a2588","name":"heroku-18"},"updated_at":"2020-09-21T08:15:30Z","web_url":"https://vast-caverns-71257.herokuapp.com/"} +1s
http
http cache-control=private, no-cache
http content-expansion=region
http content-length=790
http content-type=application/json
http date=Mon, 21 Sep 2020 08:15:30 GMT
http location=https://vast-caverns-71257.herokuapp.com/
http oauth-scope=global
http oauth-scope-accepted=create-apps global write write-protected
http ratelimit-multiplier=1
http ratelimit-remaining=4480
http request-id=88001711-501a-4030-9088-9987df239da8,7549de26-720a-b566-3e2a-46dc99f385a1,25a56277-931c-3ffb-7999-4d32b50e3294
http vary=Authorization,Accept-Encoding
http via=1.1 spaces-router (8dd0c4f2604e), 1.1 spaces-router (8dd0c4f2604e)
http x-content-type-options=nosniff
http x-runtime=0.159486723 +1s
<-- {"acm":false,"archived_at":null,"buildpack_provided_description":null,"build_stack":{"id":"69bee368-352b-4bd0-9b7c-819d860a2588","name":"heroku-18"},"created_at":"2020-09-21T08:15:30Z","id":"7b16e0e6-c4c2-4cf7-9501-149befefa496","git_url":"https://git.heroku.com/vast-caverns-71257.git","maintenance":false,"name":"vast-caverns-71257","owner":{"email":"nisuga@test.com","id":"cb5a3d13-90a9-4af7-99b6-4832ded8d86f"},"region":{"id":"59accabd-516d-4f0e-83e6-6e3757701145","name":"us"},"organization":null,"team":null,"space":null,"internal_routing":null,"released_at":"2020-09-21T08:15:30Z","repo_size":null,"slug_size":null,"stack":{"id":"69bee368-352b-4bd0-9b7c-819d860a2588","name":"heroku-18"},"updateCreating app... done, ⬢ vast-caverns-71257
@oclif/config start recache hook +1s
heroku:@heroku-cli/plugin-autocomplete:hooks:recache start C:\Users\Dell\AppData\Local\heroku\client\7.43.0\node_modules@heroku-cli\plugin-autocomplete\lib\hooks\recache +0ms
heroku:@heroku-cli/plugin-autocomplete:hooks:recache done +14ms
@oclif/config recache hook done +20ms
https://vast-caverns-71257.herokuapp.com/ | https://git.heroku.com/vast-caverns-71257.git

What is the expected behavior?

heroku create should successfully create a new app without any errors.

heroku CLI: 7.43.0
{ http version: '7.43.0', http channel: 'stable', http baseDir: 'heroku', http gz: 'https://cli-assets.heroku.com/heroku-v7.43.0/heroku-v7.43.0-win32-x64.tar.gz', http xz: 'https://cli-assets.heroku.com/heroku-v7.43.0/heroku-v7.43.0-win32-x64.tar.xz', http sha256gz: 'b7b553ff119c18b57639c2b597a8550e10240759859929b07f081e3e795f3714', http sha256xz: '8e9b10385f013b9bd89ac50a270caa78ccfd7a8a97c1ba1f6129a7ee53ae1525', http node: { compatible: '>=8.3.0', recommended: '12.16.2' } http }

OS Name: Microsoft Windows 10 Pro, Version : 10.0.18362, Build 18362

@NisugaJ
Copy link
Author

NisugaJ commented Sep 21, 2020

I get the same error for heroku git:remote -a my-app-name also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant