-
Notifications
You must be signed in to change notification settings - Fork 5.9k
node not found #1685
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
Comments
The script uses a relative path to the Node binary that's packaged with code-server so it can't be moved. There are two things you could do:
|
Another option is to install the |
i am facing the same issue please help |
please explain simply |
please help bro |
@tanveer188 Please open a new issue describing how you installed code-server, how you are running it, and your error message. Thanks! |
code-server --version
: v3.3.1if I execute the code-server script like "./code-server" it works perfectly but after placing it on /usr/local/bin/ it give me this error at the time of run "code-server" on my terminal:
/usr/local/bin/code-server: 20: exec: /usr/local/bin/../lib/node: not found
I have node installed but don't know what to do.
The text was updated successfully, but these errors were encountered: