Skip to content
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

node version and dependecies update #94

Open
erosval opened this issue Jun 16, 2021 · 2 comments
Open

node version and dependecies update #94

erosval opened this issue Jun 16, 2021 · 2 comments

Comments

@erosval
Copy link

erosval commented Jun 16, 2021

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"
  }
}

@donnievawter
Copy link

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

@erosval
Copy link
Author

erosval commented Jun 21, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants