Describe the issue/error/question
I am trying to run a PowerShell command in a function node but I am not getting any return values from ‘error’, ‘stdout’ and ‘stderr’. Can you help me with this?
Greetings and thanks in advance
René
What is the error message (if any)?
None
Please share the workflow
Share the output returned by the last node
[
{
"error": null,
"stdout": null,
"stderr": null
}
]
Sources
-
Execute Powershell script from Node.js (tried both solutions)
Information on your n8n setup
- Operating System: Windows 10
- n8n version: 0.188.0
- Database you’re using (default: SQLite): default
- Running n8n with the execution process [own(default), main]: default
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: npm