Hi, I’m trying to run netlify dev in my project so I can run serverless functions locally. I have the latest version of netlify-cli/3.13.7 darwin-x64 node-v15.10.0 running on my machine. The error I’m experiencing when running netlify dev from my cli is…
Then it opens up http://localhost:8888/ and is stuck in the reloading state infinitely.
My netlify.toml reads…
[build]
command = “yarn run build”
functions = “functions”
In addition in when running netlify status Netlify user and site info are correct.
If I’m missing any information or steps please advise. Thanks in advance for your help!