Skip to content
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

@golevelup/nestjs-webhooks requires "body-parser" module but not present in deps #175

Closed
GavinRay97 opened this issue Aug 28, 2020 · 1 comment · Fixed by #181
Closed

Comments

@GavinRay97
Copy link
Contributor

Tiny issue, will just throw module "body-parser" not found when running until you install it yourself:

import { json, raw } from 'body-parser';

@WonderPanda
Copy link
Collaborator

Nice catch I'll get this listed as a peerDependency for this package so that you're alerted as part of yarn/npm install but I don't think I'll bundle it with the actual module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants