init command with -p
fails if file (or directory) with same name as the starter kit already exists in current directory
#1255
Labels
bug
Something isn't working
Version
What happened
This occurs when a directory called
compute-starter-kit-javascript-default
already exists in the current directory.The problem seems to arise from
cli/pkg/commands/compute/init.go
Lines 947 to 955 in ad4b939
os.TempDir()
.My current workaround is to forego the
-p
argument and switch tomy-app
directory first before running the command.The text was updated successfully, but these errors were encountered: