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
When I run the hello world command as instructed (also my first experience!) I get error loading applet: failed to load applet: /dev/stdin didn't export a main() function
This in the zsh shell. If I try bash I get curl: (23) Failed writing body
first user experience,
curl https://raw.githubusercontent.com/tidbyt/pixlet/main/examples/hello_world.star | pixlet serve /dev/stdin
... is missing
load("render.star", "render")
, causing an error.
The text was updated successfully, but these errors were encountered: