When I run the render with terminalizer render test1 test1.gif, I get an error.
Error:
Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/terminalizer/render/frames'
Hint:
Use the --help option to get help about the usage
I ran sudo chmod a+rwx /usr/local/lib/node_modules/terminalizer/** then terminalizer render test1 test1.gif and got another error:
Error:
Error: [6080:0102/095745.085275:ERROR:skia_output_surface_impl.cc(963)]
surface_size=8000x8000
size=11
color_type=4
backend_format.isValid()=1
backend_format.backend()=0
backend_format.asGLFormat()=1
backend_format.asVkFormat()=0
backend_format.asVkFormat() vk_format=0
surface_origin=1
willGlFBO0=1
Hint:
Use the --help option to get help about the usage
When I run the render with
terminalizer render test1 test1.gif
, I get an error.I ran
sudo chmod a+rwx /usr/local/lib/node_modules/terminalizer/**
thenterminalizer render test1 test1.gif
and got another error:Any idea?