You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation will result in the following erorr message
# github.com/gofiber/cli/cmd/internal
go/src/github.com/gofiber/cli/cmd/internal/cmd.go:31:14: spinnerModel.Frames undefined (type spinner.Model has no field or method Frames)
go/src/github.com/gofiber/cli/cmd/internal/cmd.go:52:41: too many arguments in call to spinner.Tick
have (spinner.Model)
want ()
go/src/github.com/gofiber/cli/cmd/internal/cmd.go:52:41: cannot use spinner.Tick(t.spinnerModel) (type tea.Msg) as type tea.Cmd in argument to tea.Batch: need type assertion
go/src/github.com/gofiber/cli/cmd/internal/cmd.go:103:24: undefined: spinner.Update
go/src/github.com/gofiber/cli/cmd/internal/cmd.go:113:10: undefined: spinner.View
go/src/github.com/gofiber/cli/cmd/internal/task.go:23:14: spinnerModel.Frames undefined (type spinner.Model has no field or method Frames)
go/src/github.com/gofiber/cli/cmd/internal/task.go:40:18: too many arguments in call to spinner.Tick
have (spinner.Model)
want ()
go/src/github.com/gofiber/cli/cmd/internal/task.go:40:18: cannot use spinner.Tick(t.spinnerModel) (type tea.Msg) as type tea.Cmd in argument to tea.Batch: need type assertion
go/src/github.com/gofiber/cli/cmd/internal/task.go:61:25: undefined: spinner.Update
go/src/github.com/gofiber/cli/cmd/internal/task.go:73:10: undefined: spinner.View
go/src/github.com/gofiber/cli/cmd/internal/task.go:73:10: too many errors
System information
System: Pop Os 20.04
go version go1.15.4 linux/amd64
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord
Issue description
Installation will result in the following erorr message
System information
The text was updated successfully, but these errors were encountered: