lkaric / nestjs-twilio

Injectable Twilio client for Nestjs.
https://www.npmjs.com/package/nestjs-twilio
MIT License
42 stars 10 forks source link

Package JSON Bug #50

Closed woody34 closed 1 year ago

woody34 commented 1 year ago

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:

  1. Follow readme and install nest-twilio.
  2. See warning.
  3. Run npm i
  4. 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

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