Where can I set the NODE_FUNCTION_ALLOW_EXTERNAL=* so as it will always be set whenever I start the app locally?
I haven’t seen any examples on this.
How I have been doing it is, in my console, I type…
set NODE_FUNCTION_ALLOW_EXTERNAL=*
then I type…
n8n
The app starts up and my scripts run using the external libraries fine, but I don’t want to have to type it every time I start ![]()
Any ideas?
Thanks
Information on your n8n setup
- n8n version: LATEST
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Desktop
- Operating system: Windows 11 Enterprise
