faressoft / terminalizer

🦄 Record your terminal and generate animated gif images or share a web player
https://terminalizer.com
MIT License
15.39k stars 500 forks source link

Error "NODE_OPTIONs are not supported in packaged apps" at render #205

Closed mrkosima closed 2 years ago

mrkosima commented 2 years ago

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.

What can go wrong?

mrkosima commented 2 years ago

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.