-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node js package install for 7.x tries to install 6.9.5 for CentOS #421
Comments
Hrm, not immediately sure what's going on here. Did you previously have v6.x installed from our repositories? Also, can you let us know the output of:
|
FYI, making sure that wasn't some weird quirk of the particular VM, I fired up a VM I knew nodejs hadn't been installed on; installed v7.5 and installed OK Then I fired another up with no previous nodejs...
re: Did you previously have v6.x installed from our repositories? Yes. re: cat /etc/yum.repos.d/nodesource* Not sure if it's normal but there are two nodesource entries in the directory [root@meta ~]# ll /etc/yum.repos.d/nodesource* ... and here are contents...
It's midnight here, so off to bed - will check back in the (later) morning. Thanks, |
This would fix the problem
According to #191 (comment) See also: #410 (comment) |
It's works for me @xxd3vin, thank you. |
Closing. |
Hi, I had the same issue and your solution is the only one that works. Thank you @xxd3vin ! |
It looks to be pointing at the wrong version.
using...
curl --silent --location https://rpm.nodesource.com/setup_7.x | bash -
... the following occurs for Centos7; with 6.9.5 already installed (and errors out if not):
Thanks,
David
The text was updated successfully, but these errors were encountered: