Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

installing nodejs on fedora

//installing nodejs on fedora as a module
//this will list all the available nodejs modules for download
dnf module list nodejs
//replace "<stream>" with your desired nodejs version
dnf module install nodejs:<stream>
//example
dnf module install nodejs:16
Source by nodejs.org #
 
PREVIOUS NEXT
Tagged: #installing #nodejs #fedora
ADD COMMENT
Topic
Name
4+7 =