-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] TypeError: Cannot read property 'match' of undefined #973
Comments
Here's some logs for this error that might help:
|
From that stack, it looks like the problem is that https://github.com/npm/cli/blob/latest/lib/install/inflate-shrinkwrap.js#L99 |
Found the culprit. Somehow, the lockfile had a malformed dependency saved. Looked like:
After removing that, I believe it was an |
What / Why
When
git push heroku master
Where
How
Current Behavior
Steps to Reproduce
Expected Behavior
Who
References
The text was updated successfully, but these errors were encountered: