Hi @faressoft, and thank you for your amazing work!
I am running terminalizer@0.11.0, which was installed globally. The issue with the access rights to the render folder is still present in this scenario. Either the tmp package does not work as expected in this scenario, or the fact that the library has been installed globally messes something up.
terminalizer render test_recording.yml
(node:318722) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Error:
Error: EACCES: permission denied, mkdir '/usr/lib/node_modules/terminalizer/render/frames'
Let me know if you need more information from my side.
Hi @faressoft, and thank you for your amazing work!
I am running
terminalizer@0.11.0
, which was installed globally. The issue with the access rights to the render folder is still present in this scenario. Either thetmp
package does not work as expected in this scenario, or the fact that the library has been installed globally messes something up.Let me know if you need more information from my side.