cmawhorter / urn-lib

Parse, validate, and format urn:, arn:, or your own custom scheme.
MIT License
4 stars 1 forks source link

Package installs with warnings on newer versions of node #3

Closed mterrel closed 4 years ago

mterrel commented 4 years ago

We use urn-lib in https://github.com/unboundedsystems/adapt and it works great. But we'd like for our users to not see warnings when they install Adapt. Currently, when installing on Node 12, npm will print the following warning to stderr:

 npm WARN notsup Unsupported engine for urn-lib@1.1.2: wanted: {"node":">=0.12.0 - <9.0.0"} (current: {"node":"12.14.1","npm":"6.13.4"})
 npm WARN notsup Not compatible with your version of node/npm: urn-lib@1.1.2