keel
keel copied to clipboard
Bug with keel on windows
Cant set up the keel backend properly. Steps followed by me are :
- npm install --global keel
- keel --version
- mkdir my-app && cd my-app
- keel init
Following is the stacktrace: goroutine 1 [running]: runtime/debug.Stack() /opt/hostedtoolcache/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65 github.com/teamkeel/keel/cmd.panicHandler() /home/runner/work/keel/keel/cmd/init.go:81 +0x5a5 panic({0x137d840, 0xc00070af50}) /opt/hostedtoolcache/go/1.20.14/x64/src/runtime/panic.go:884 +0x213 github.com/teamkeel/keel/cmd.initStepCreateProject(0xc000054300) /home/runner/work/keel/keel/cmd/init.go:353 +0x44c github.com/teamkeel/keel/cmd.glob..func3(0x1fa2360?, {0x200e190?, 0x0?, 0x0?}) /home/runner/work/keel/keel/cmd/init.go:52 +0x30d github.com/spf13/cobra.(*Command).execute(0x1fa2360, {0x200e190, 0x0, 0x0}) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:876 +0x67b github.com/spf13/cobra.(*Command).ExecuteC(0x1fa25e0) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:990 +0x3bd github.com/spf13/cobra.(*Command).Execute(...) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:918 github.com/teamkeel/keel/cmd.Execute() /home/runner/work/keel/keel/cmd/root.go:47 +0x25 main.main() /home/runner/work/keel/keel/cmd/keel/main.go:6 +0x17