Installing later versions of node for the data-visuals kit #27
CarlaAstudillo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the instructions, we recommend installing very old LTS versions node that I personally don't use anymore:
I currently use v18.9.0 as my default node to use the data-visuals-kit so I wonder if we should bump up the versions of LTS we put in the instructions to use.
We can also maybe make it optional for new people to
nvm install
older versions of node unless they want to open up older projects (we can give them a list of past node versions that had been default that they can install)In addition, when using
npx
to make new graphics in the kit, it keeps telling me to update my npm (and therefore my node).It says it's a major update so I'm a little nervous that using later versions might break the kit? I can test it out but might look into updating the data-visuals kit anyway to make sure it's working with newer versions of node.
The latest LTS node version that you can download through nvm is
lts/jod -> v22.12.0
.Beta Was this translation helpful? Give feedback.
All reactions