No node_modules from netlify deploy
问题 I've got continuous deployment setup with Netlify and a git repo but so far no matter what I do, Netlify isn't npm-install ing anything. There's no node_modules folder when I download a zip of the deploy, my site can't access node_modules, it's just not there. I've started with a random npm package (lodash) to try to get it to install but I've got nothing so far. Netlify says that it automatically runs npm install . I've tried having no build commands and I've tried adding npm install as a