I have a problem deploying this PR:
https://github.com/ebdrup/foredrag/pull/4
I tried to set up eleventy-netlify-boilerplate
https://github.com/ebdrup/eleventy-netlify-boilerplate
And as far as I can tell my settings are the exact same, my build command is “eleventy” and publish dir is “_site” just like the boilerplate
But somehow it seems that npm install fails with a lot of ENOENT errors.
https://app.netlify.com/sites/compassionate-engelbart-46ec3e/deploys/5e92dfa05c423a0007202dec
11:30:30 AM: Installing NPM modules using NPM version 6.14.4
11:30:35 AM: npm WARN tar ENOENT: no such file or directory, open '/opt/build/repo/node_modules/.staging/lodash-1754cffb/LICENSE'
11:30:35 AM: npm WARN tar ENOENT: no such file or directory, open '/opt/build/repo/node_modules/.staging/lint-staged-d40f0b28/lib/makeCmdTasks.js'
I hope you can help?