Posts by Daniel Dourado • 11 points
1 post
-
0
votes0
answers22
viewsQ: My Node JS API, which uses a Child process, works when run by nodemon, cmd but in PM2 generates error
My API runs a python script through an Express route, using Child process, I have tried to run only the script using python nameScript and it worked, I do not know why is giving this Python ENOENT…