Displaying 1 result from an estimated 1 matches for "setup_14".
Did you mean:
setup64
2020 Apr 22
1
nodejs version 14
Hi All,
I was following the instructions for installing nodejs version 14.
https://github.com/nodesource/distributions
First thing was:
curl -sL https://rpm.nodesource.com/setup_14.x | bash -
After that :
yum -y install nodejs
---> Package nodejs.x86_64 2:12.16.2-1nodesource will be installed
--> Finished Dependency Resolution
You can see its installing the OLD Version 12. not the 14. ??? Why ?
(this errors actually)
My repo looks correct for Version 14 not 12..
mo...