Documentation for a newer release is available. View Latest

Web Development

Node.js 12.x by default

Fedora 31 ships the latest LTS version of Node.js, which is version 12, as the default Node.js JavaScript server side engine.

For more information about Node.js version 12, see the upstream documentation and the changelog.

An alternate stream containing Node.js version 10 is available in case your applications are not ready for version 12 yet. You can enable the alternate stream with the following commands:

dnf remove nodejs
dnf module reset nodejs
dnf module install nodejs:10