Hello,
I am using OPEN FILE/PROGRAM action to run Node.js code.
I am calling it as such
start cmd /k node "D:\Projects\Twitter\index.js" <url>
The cmd window pops up, and this error message is displayed:
When I run this code locally, from VSCode or from a console, everything works fine, no errors.
Any idea why this is happening?