Im unable to deploy in macOS --> Serverless Error ---------------------------------------- This command can only be run in a Serverless service directory

Hi! Can someone help me? Im trying to make a deploy trough an script and I keep receiving the following error:

Running “serverless” from node_modules
Serverless Error ----------------------------------------
This command can only be run in a Serverless service directory. Make sure to reference a valid config file in the current working directory if you’re using a custom config file
Get Support --------------------------------------------
Docs: docsserverlesscom
Bugs: Issues · serverless/serverless · GitHub
Issues: forum.serverless.com
Your Environment Information ---------------------------
Operating System: darwin
Node Version: 14.15.4
Framework Version: 2.72.3 (local)
Plugin Version: 5.5.4
SDK Version: 4.3.2
Components Version: 3.18.2

I am the only one in the team using MacOS and all of my colleagues are deploying succesfully (they use Windows).
The first thing the script does is creating the config file in the directory.
I cant find any solution in google.
Anyone uses MacOS and saw this?
Thank you so much!