Description
An error occurs when you run npm run dev it gives an error about the version of Node.js not being recent enough.
Steps to reproduce
When following the installation instructions, it has you install nodejs from apt, but in Ubuntu 24.04 the version of Node is 18.19.1 and that's not recent enough for Vite.
Expected behavior
Installation instructions should now require a version of Node.js installed from a source other than the Ubuntu official repositories so we can control which version is installed.
Actual behavior
The Installation instructions no longer result in a working installation.
Additional context
No response
Description
An error occurs when you run
npm run devit gives an error about the version of Node.js not being recent enough.Steps to reproduce
When following the installation instructions, it has you install nodejs from apt, but in Ubuntu 24.04 the version of Node is 18.19.1 and that's not recent enough for Vite.
Expected behavior
Installation instructions should now require a version of Node.js installed from a source other than the Ubuntu official repositories so we can control which version is installed.
Actual behavior
The Installation instructions no longer result in a working installation.
Additional context
No response