-
I'm doing my first steps with Maplibre and I'm not sure which Node version is recommended. Am I reading over this in the documentation? I'm using v10.23.0 because I had problems with 12 and 14. Am I doing something wrong or are the newer versions not supported yet? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
I'm using 14 with no issues except the known ones (running npm start fails due to still existing mapbox token request, there's an open PR on this). |
Beta Was this translation helpful? Give feedback.
-
But I have many warnings. Is this OK or is there another problem in my
|
Beta Was this translation helpful? Give feedback.
-
And now I can also reproduce the error. It did not occur during
|
Beta Was this translation helpful? Give feedback.
-
Today I cloned the project and faced some issues when running With node 14, I needed to downgrade npm from v8 to v6 to get I also needed to adjust my python alias for the build. I use |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Here's a PR for supporting the latest LTS (16). #781 . That way we don't have to downgrade node and npm etc. anymore, and we get apple silicon support as well. |
Beta Was this translation helpful? Give feedback.
I'm using 14 with no issues except the known ones (running npm start fails due to still existing mapbox token request, there's an open PR on this).
What exactly isn't working? Does it work in 10 and not in 12 and 14?