#917 838 - Node.js 18
Merged a year ago by pbokoc. Opened a year ago by pbokoc.
fedora-docs/ pbokoc/release-notes 838  into  f37

@@ -3,3 +3,18 @@ 

  

  [[sect-web-development]]

  = 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:

+ 

+ [source,bash]

+ ----

+ dnf remove nodejs

+ dnf module reset nodejs

+ dnf module install nodejs:16

+ ----

+ 

+ For more detailed information about Node.js 18, see the link:https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md[upstream Node.js 18 ChangeLog].

Pull-Request has been merged by pbokoc

a year ago
Metadata