Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: alpine
- Remote OS: alpine
- Remote Architecture: amd64
code-server --version
:3.9.0
Steps to Reproduce
open code-server
install extension
run command
Expected
when run in alpine amd64
/usr/lib/code-server/bin/code-server: exec: line 28: /usr/lib/code-server/lib/node: not found
Actual
when run in alpine amd64
/usr/lib/code-server/bin/code-server: exec: line 28: /usr/lib/code-server/lib/node: not found
Logs
when run in alpine amd64
/usr/lib/code-server/bin/code-server: exec: line 28: /usr/lib/code-server/lib/node: not found
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
when run in alpine amd64
/usr/lib/code-server/bin/code-server: exec: line 28: /usr/lib/code-server/lib/node: not found
replace alpine`s node can fix this error
maybe create a dedicated version to adapt alpine