-
Notifications
You must be signed in to change notification settings - Fork 26
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 18 support #120
Comments
+1 I'm moving to Node 20 on Oct 24th (when it enters LTS). Why is nodejs even capped in engines? There's a symbology_18 published that raises the cap to support Node 18, but not 19 or 20. It's quite unusual for an NPM package to have a hard cap, unless there's an incompatibility. |
I just verified that I can clone, update engines to <= 21, build, and |
Is there any way I can help, here? I'd be happy to provide a PR, given some direction on how to accomplish the goal. It seems that the binary build may be part of the issue. The README is a bit light on how to contribute. Thanks! |
I found the dev instructions in the docs on your website. Working on the PR. |
+1 I tried by removing package-lock.json and node_modules and then re-install with npm install but nothing works A support of node js 18+ will be really apprecied and usefull , thanks |
Same issue here... When installing in a new project where I am using the latest node LTS 18.18.1: npm i symbology I get this error:
|
BREAKING CHANGE: This drops support for Node.js v14.
BREAKING CHANGE: This drops support for Node.js v14.
Node 16 reaches end of life on September 11 (i.e. in less than a month). There are at least two unofficial re-releases of symbology that support Node 18 (symbology-18 and symbology-plus). Also, note that Node 18 entered Maintenance mode on October 18 (a few days ago), and Node 20 enters long-term support (i.e. recommended for production) on October 24 (tomorrow). Do the maintainers of this package plan to keep up with Node version recommendations? Node 16 is no longer recommended for production, and even Node 18 is no longer the recommended version: Node 20 is. Should the developer community using Symbology in production embrace one of the forks? |
Node v18 and v20 are supported as of v4.0.0 |
Thank you so much, @jshor !! Super appreciate this! |
Super useful package - but I can't run it in lambda at the moment because I've migrated to 18, so a generic request please for the package to support node 18.
The text was updated successfully, but these errors were encountered: