Documentation for a newer release is available. View Latest

Web Development

Node.js 18

Fedora 37 ships with the latest LTS version of Node.js JavaScript server-side engine, 18.x. The 16.x, and 14.x interpreters will remain available as non-default module streams.

If your applications are not yet ready for this newer version, you can revert to the 16.x series by running the following commands:

dnf remove nodejs
dnf module reset nodejs
dnf module install nodejs:16

For more detailed information about Node.js 18, see the upstream Node.js 18 ChangeLog.