[Solved] Which LTS version of NodeJS should we install?

Hi,

step #4 of Getting Started – Frontend – Introduction — Plone Documentation v6.0 tells us to “[i]nstall any active LTS version of NodeJS” with:

nvm install 16
nvm use 16

but, AFAICS on GitHub - nodejs/Release: Node.js Release Working Group, the current LTS version of NodeJS is the 18th and not not the 16th. Am I wrong?

@dbitouze Volto Team's intention was to support nodejs LTS at all time. Unfortunately node 18 changes something and you require an extra flag to make it work. See the note here: Getting Started – Frontend – Introduction — Plone Documentation v6.0

1 Like