Can someone tell me how I can do "npm run start" in any folder using a Python script. But please with the "os" operator and not "subprocess".
EDIT: I need a python script, that goes to a specific folder and then executes "npm run start". How can I do that?