Netlify build failing with npm ERR! code ENOWORKSPACES

Hi @coelmay, thanks for the reply. There’s an additional question I’d like to ask regarding the npm start command. As you agreed, Netlify doesn’t run this when I deploy my app. However, I had similar issue to this guy here, and in that thread you replied that the [dev] section needs the command variable to point to npm start. I didn’t add a command variable, but I did replace my original npm start, which ran netlify dev, with eleventy —serve, and it worked!

My question is: if Netlify doesn’t need the start command in production, how come it matters what I set the start command to when testing my app locally with netlify dev?