-
Notifications
You must be signed in to change notification settings - Fork 298
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" library is not installed automatically anymore. #291
Comments
Hello, I am facing the same issue. |
Hey @pradiptabasu , you need to install |
@MatthewDtotheG Do you have both libraries added to your |
In case anyone else runs into this issue recently via google search, I was encountering it with |
thank you it worked for me.. |
Thanks! |
I've got app(node 0.8.28) where i use
request-promise
in my package.json i've got dependencies:"request": "2.79.0", "request-promise": "4.1.1",
.But i am getting error:
This app worked before without problems and nothing was changed on app side. Both
request
andrequest-promise
exists innode_modules
directoryThe text was updated successfully, but these errors were encountered: