Steps to reproduce the behavior, please provide code snippets or a repository:
Follow readme and install nest-twilio.
See warning.
Run npm i
See warning again...
Expected Behavior
Tell me what should happen.
Installing the package with the specified version of npm should not display a warning. Installing a package with a version outside of the specified version of npm should produce a meaningful warning.
Error
Error resulted by the potential bug.
Your Environment
OS: [e.g. macOS, Windows]
Version of nestjs-twilio: [e.g. v1.0.0]
Error reproducing steps
Please explain how did your error ocurr, you can also leave gists, repos or any kind of codebase.
Bug Report
Describe the Bug
A clear and concise description of what the bug is.
package.engines.npm
does not specify an appropriate NPM version. I get an NPM warning everytime I install my packages because of this and it is annoying.How to Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
nest-twilio
.npm i
Expected Behavior
Tell me what should happen.
Installing the package with the specified version of npm should not display a warning. Installing a package with a version outside of the specified version of npm should produce a meaningful warning.
Error
Error resulted by the potential bug.
Your Environment
Error reproducing steps
Please explain how did your error ocurr, you can also leave gists, repos or any kind of codebase.
General use of package.
Additional Information
Any other information about the problem here.
N/A