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 got pretty far, building binaries for terminalizer with pkg. You might be asking why I would do this? Mostly because there are situations where installing node/npm aren't possible.
I was able run init, config, recorder, but unable to run render due to the following.
❯ ./terminalizer render test.yml
Error:
Error: Cannot mkdir in a snapshot. Try mountpoints instead.
Hint:
Use the --help option to get help about the usage
I'm a node newb, and did find the following helpful.
I got pretty far, building binaries for terminalizer with pkg. You might be asking why I would do this? Mostly because there are situations where installing node/npm aren't possible.
I updated package.json with the following.
I was able run init, config, recorder, but unable to run render due to the following.
I'm a node newb, and did find the following helpful.
vercel/pkg#1293
https://github.com/vercel/pkg?tab=readme-ov-file#snapshot-filesystem
However, I need to somehow debug and find the breakpoint where this error is occurring, thoughts?
The text was updated successfully, but these errors were encountered: