Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDeployment fails with a specific npm package #196
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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