ipp icon indicating copy to clipboard operation
ipp copied to clipboard

node version and dependecies update

Open erosval opened this issue 4 years ago • 2 comments

I am using this library with node 12/14 LTS with no problems.

However, I always have the report of possible incompatibility:

npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"<4.0.0"} (current: {"node":"14.17.0","npm":"6.14.13"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]

Anyone know of any limitations that you can't really use it with node> = 4?

{
  "devDependencies": {
    "concat-stream": "^1.6.0",
    "mdns": "^2.3.3",
    "pdfkit": "^0.8.3"
  },
  "engines": {
    "node": "<4.0.0"
  }
}

erosval avatar Jun 16 '21 16:06 erosval

I am thinking that is a typo. I just changed it to ^4.0.0 to suppress warnings. I mean version 4 was 2015.

donnievawter avatar Nov 22 '21 18:11 donnievawter

It seems that this library has not been updated for some time but I see it continues to work with node 16 as well.

Does anyone know of any alternatives?

erosval avatar Jun 21 '22 08:06 erosval