

If above article doesn't help to resolve this issue please create a bug on To address this issue please refer to the below knowledge base article

: HTTPS Error 404 - Not Found ] 0.0 B/s | 0 B -:-:- ETA No Presto metadata available for nodesource > Package nodejs.x86_64 0:0.10. will be installed

Loading mirror speeds from cached hostfile Here are the results of trying to install nodejs using yum: tmp]# yum install -y nodejs 2 user user 40 Feb 13 20:08 tracker-extract-files.1000 3 root root 60 Feb 13 20:04 rvice-ZAQmPkĭrwxrwxrwt. 2 user user 60 Feb 13 20:05 ssh-AmQyH8IIEC2mĭrwx. 1 root root 0 Feb 13 20:05 hogsuspendĭrwxrwxrwt. Here is a listing of the contents of the /tmp folder after the above command: tmp]# ls -alĭrwxrwxrwt. # You may also need development tools to build native addons: # Run `yum install -y nodejs` (as root) to install Node.js 5.x and npm. + rpm -qa 'node|npm' | grep -v nodesource + rpm -i -nosignature -force '/tmp/tmp.sH82u4Gpap' + rpm -q -whatprovides redhat-release || rpm -q -whatprovides centos-release || rpm -q -whatprovides cloudlinux-release || rpm -q -whatprovides sl-release # Installing the NodeSource Node.js 5.x repo. Here is the terminal output for setting the nodesource location: tmp]# curl -silent -location | bash. And to explore the possible remnants of the earlier attempt, I am currently running the following command and waiting for the results: grep -rnw '/path/to/somewhere/' -e "pattern" Also, some complication may be resulting from an earlier attempt following instructions at this other link. The publisher page from which my code below originated can be viewed at the following link. Nodejs-0.10.86_64: No more mirrors to try. The root error message is: Error downloading packages: What specific changes to the below need to be made to install version 5.x? I assume this points to something wrong in the config for yum on the CentOS 7 machine. The error indicates that yum is concatenating a version 0.x file name with a version 5.x url. On a CentOS 7 server, I am trying to install version 5.x of Node.js, but for some reason, yum keeps trying to install version 0.x and returning an error when it cannot find version 0.x at the 5.x download site.
