-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Device:
- OS: MacOS
- Version: Big Sur 11.2.3
- Go Version: 1.16.3
Describe the bug
On a freshly generated app, when configured with "webview", the command guark run raises the error:
[...]/app.go:20:25 New not declared by package engine (compile)
To Reproduce
guark init --template vue -mod github.com/arnlen/guark_training
✔ Remote template validated
✔ Template downloaded successfully.
✔ App module name refactored
⏺ Setup commands:
- "yarn install" (dir: ui)
- "go mod download"
- "go mod tidy"
- "go mod verify"
✔ Running setup command: yarn install
warning " > [email protected]" has unmet peer dependency "webpack@^4.36.0 || ^5.0.0".
✔ Running setup command: go mod download
✔ Running setup command: go mod tidy
✔ Running setup command: go mod verify
✔ Done! cd to /[...]/guark_training and run `guark run`.- In to guark.yaml, change
engineNametowebview
# App engine name. Values: webview, chrome, hybrid
engineName: webviewguark run- See error
Expected behavior
Should run the app. 😄
Maybe a configuration related issue?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels