#592 Release Note for Fedora 33 - Node.js.14.x by Default
Closed 3 years ago by pbokoc. Opened 3 years ago by rafzal30.
fedora-docs/ rafzal30/release-notes Node.js.14.x  into  f33

file modified
+1 -1
@@ -1,5 +1,5 @@ 

  ---

  name: fedora

- version: master

+ version: rawhide

  # Navigation is in the main 'fedora' component:

  # https://pagure.io/fedora-docs/release-docs-home

@@ -3,3 +3,23 @@ 

  

  [[sect-web-development]]

  = Web Development

+ 

+ == Node.js 14.x by Default

+ 

+ Fedora 33 will carry the latest LTS version 14.x as the default Node.js interpreter for the system.

+ 

+ == Benefit to Fedora

+ 

+ As Node.js is a popular JavaScript server-side engine, keepig Fedora updated with the latest Node.js relases will allow it to track the state-of-the-art in that space. 

+ 

+ Fedora 33 will also have the 12.x release available as a selectable module stream for users who are runnng software that does not support 14.x.

+ 

+ == User Experience

+ 

+ Users will have the 14.x release of Node.js by default available in Fedora 33. However, if your applications are not compatible with the newer version, you can revert to the 12.x. release by running the following commands:

+ 

+ ----

+ dnf remove node.js

+ dnf module reset nodejs

+ dnf module install nodejs:12

+ ---- 

\ No newline at end of file

"defailt" -> "default"
Also this line should end with a colon.

Code examples and commands should be marked as such. In this case:

----
dnf remove node.js
dnf module reset nodejs
dnf module install nodejs:12
----

1 new commit added

  • Edited
3 years ago

1 new commit added

  • Code block edited
3 years ago

LGTM, thanks! Merged locally due to a conflict.

Pull-Request has been closed by pbokoc

3 years ago