Skip to content
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

Failed to install #13

Open
zhouhao27 opened this issue Mar 1, 2016 · 3 comments
Open

Failed to install #13

zhouhao27 opened this issue Mar 1, 2016 · 3 comments

Comments

@zhouhao27
Copy link

Got the following messages:

Installing Node.js:
Failed. Error:
Try putting node folder via (S)FTP, so that >/home/users/htdocs/node/bin/node exists.

What could be the reason? Thanks.

@niutech
Copy link
Owner

niutech commented Mar 1, 2016

This means one of these chained commands did not succeed:

tar -xzf NODE_FILE 2>&1 &&
mv node-NODE_VER-linux-NODE_ARCH NODE_DIR &&
touch nodepid &&
rm -f NODE_FILE

Connect using SSH or (S)FTP and check if the file node-*-linux-*.tar.gz, the folder node and the file nodepid exist. If not, manually extract the file node-*-linux-*.tar.gz to the folder node and create the empty file nodepid.

@gaberilde
Copy link

its tar.xz not tar.gz now

@niutech
Copy link
Owner

niutech commented Mar 19, 2018

No, there still exist https://nodejs.org/dist/v9.1.0/node-v9.1.0-linux-x86.tar.gz and https://nodejs.org/dist/v9.1.0/node-v9.1.0-linux-x64.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants