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?