Summary¶
You cannot Run Python script with Node JS on render, but you can run node js with Python configuration.So use Python native environment to deploy the project which has both Python and node js
Lessons Learned¶
Node is available on all Native Environments, so you’d need to use a Python Native Environment if you wanted to run Python scripts, which would still allow you to configure Node.