-
-
Notifications
You must be signed in to change notification settings - Fork 748
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
use n install latest version false and i can't use old node version #287
Comments
Segmentation fault ??? |
It looks like curl wasn't able to fetch the whole file, just a part of it, and since that part wasn't complete there were several errors during installation, and running Node.js/npm probably fails because of that too. I'm not sure why your curl wasn't able to fetch the whole file, this is not caused by n, just by your curl. Any idea? |
my network may be bad,but all my node,npm,and pm2 eg, not work. |
@haozxuan What happens when you try |
not fail, |
@haozxuan Have you ever since opening this issue tried downloading Node.js with n again? |
i will try again, now is download 50%, |
ok,download completely
installed : v0.12.5 |
Anyway, we now know this was a temporary error, probably a time-out. I'll close this now. |
old version : v0.12.4
new version: v0.12.5
today i use n install latest node version, but false,some info is
[root@Test_Node002 20150624]# n latest
curl: (18) transfer closed with 9624176 bytes remaining to read
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
cp: cannot stat
/usr/local/n/versions/node/0.12.5/lib': No such file or directory cp: cannot stat
/usr/local/n/versions/node/0.12.5/share': No such file or directoryinstalled :
[root@Test_Node002 20150624]# nrm --help
Segmentation fault
[root@Test_Node002 20150624]# cd /
[root@Test_Node002 /]# nrm --help
Segmentation fault
[root@Test_Node002 /]# node -v
Segmentation fault
[root@Test_Node002 /]# pm2 -v
Segmentation fault
someone can help me :|
The text was updated successfully, but these errors were encountered: