Hello there 👋
First of all, thanks for making and supporting the great project!
I've encountered an issue on my local machine after the following steps:
npm install -g terminalizer
terminalizer record demo
terminalizer play demo
terminalizer render demo
Then I'm getting the error:
Error: [81043:1114/225054.583718:ERROR:node_bindings.cc(276)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details.
Solved the issue. I had some custom config in bash_profile.
Fixed terminalizer render with temporal unset NODE_OPTIONS.
Helped for my case.
Closing the issue.
Hello there 👋 First of all, thanks for making and supporting the great project!
I've encountered an issue on my local machine after the following steps:
Then I'm getting the error:
What can go wrong?