Briefly summarize the issues you have been experiencing.
Hey all , while building, I get non-zero exit code 1 while webpack is processing some lodash modules from node_modules. Weird because I have a project using an identical webpack/babel config that builds without issues on Netlify.
Hi @kysley, If you clone the repo in to a new directory and run yarn to install the dependencies, then run your build command, does it install and build as expected?
seems like you got it worked out in the meantime? You have a few successful builds at the top of your deploys list now. Enquiring minds would love to know what the fix was (or if this fool guessed wrong ;))
(looks like my reply from the weekend got ate up somewhere in the internet) So– yup! your suggested fix ended up letting the actual error bubble up.
edit: the fix came from your reply to my email. Said fix was
remove --progress from your webpack build command
Interesting enough, the error that was causing gripe on your build vm’s wasn’t present on my local machine- but nonetheless i was able to solve the issue :)) Thanks for continuing to be the best!