For some reason one specific npm package causes the build to fail. I've come to this particular one by trial-and-error approach, others seem not to cause problems but why this one does eludes me.
The package in question is gmail-parser. Additionally it seems that some dependencies of the main packages don't get installed quoted-printable is the one I noticed causes problems during runtime. Locally things work as expected though, this happens only when I try to deploy to dev
Since there's no detailed reason as to why build fails I was hoping if someone could check why this particular one causes problems
For some reason one specific npm package causes the build to fail. I've come to this particular one by trial-and-error approach, others seem not to cause problems but why this one does eludes me.
The package in question is
gmail-parser. Additionally it seems that some dependencies of the main packages don't get installedquoted-printableis the one I noticed causes problems during runtime. Locally things work as expected though, this happens only when I try to deploy todevSince there's no detailed reason as to why build fails I was hoping if someone could check why this particular one causes problems