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
i just started working with PKL and GO and was going through the Quickstart Tutorial (https://pkl-lang.org/go/current/quickstart.html). On Step 3 "Generate Go Source Code" it tells to install pkl-gen-go using go install github.com/apple/pkl-go/cmd/pkl-gen@latest
After doing so, i tried to run the command pkl-gen-go pkl/ApPConfig.pkl --base-path github.com/myorg/myteam. It results in zsh: command not found: pkl-gen-go.
I am wondering why it behaves like that, can anyone check up on that?
The text was updated successfully, but these errors were encountered:
This resolves in –– Pkl Error –– Cannot find module 'file:///Users/username/Projects/pkl_test/pkl/AppConfig.pkl'.
after running the command succesfully
Hey,
i just started working with PKL and GO and was going through the Quickstart Tutorial (https://pkl-lang.org/go/current/quickstart.html). On Step 3 "Generate Go Source Code" it tells to install pkl-gen-go using
go install github.com/apple/pkl-go/cmd/pkl-gen@latest
After doing so, i tried to run the command
pkl-gen-go pkl/ApPConfig.pkl --base-path github.com/myorg/myteam
. It results inzsh: command not found: pkl-gen-go
.I am wondering why it behaves like that, can anyone check up on that?
The text was updated successfully, but these errors were encountered: