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

The request module is required by request-promise #39

Closed
robinvdvleuten opened this issue Jan 12, 2018 · 1 comment
Closed

The request module is required by request-promise #39

robinvdvleuten opened this issue Jan 12, 2018 · 1 comment

Comments

@robinvdvleuten
Copy link

I see that you've installed request-promise as dependency without its peer request. Now when you install the package, you'll run in the following warnings;

warning "mongodb-memory-server > request-promise@4.2.2" has unmet peer dependency "request@^2.34".
warning "mongodb-memory-server > request-promise > request-promise-core@1.1.1" has unmet peer dependency "request@^2.34".

As Yarn does not install peer dependencies automatically.

@nodkz nodkz closed this as completed in f70e30c Jan 13, 2018
@nodkz
Copy link
Owner

nodkz commented Jan 13, 2018

Good catch!
Fixed in the new version. Tnx.

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

No branches or pull requests

2 participants