-
Notifications
You must be signed in to change notification settings - Fork 642
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 limit in package.json #335
Comments
Before #333, Node v8+ was not supported (missing precompiled binaries). Now, node v8 might now be usable without any issues, but v6 is still better tested. But we should update the package.json relatively soon if it turns out that everything is compatible with node v8. |
The unit tests are green on node 10+.
We will be testing on node 10+ the lib and keep you posted! |
Under node 8 everything works. Unit tests and the the app with the demo data. Under node 10, the rasterization segfaults due to mapbox/mapbox-gl-native#12252 It is better NOT to upgrade past node 8. |
This is more a technical question than a issue. Is there a reason why the node server version is limited?
I ask because I installed tileserver-gl with node server version 8.12 and I wanted to understand if the imposed node version limit in packages.json was connected to some performance problem encountered with the new version of node server.
Thank you
The text was updated successfully, but these errors were encountered: