|
I installed the code-server with package |
Replies: 15 comments 1 reply
|
and also show this on terminal: |
|
Could you post the full output of code-server? |
|
Keep reminding me to reload |
|
When I reload a few times,this show up: |
|
Hmmmm, that error is definitely not good but I don't think it's enough to pinpoint the issue. Could you run code-server with the |
|
@Bob2b hmm yeah this might be a different issue. I've seen this error before when the native Node modules don't seem to install quite properly. It might be caused by missing libraries although I'm not sure why the install would succeed if that was the case. But it might be worth checking the build requirements to make sure you have everything: https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites If you |
|
@code-asher Oke thank you for the suggestions. I will look in to that. |
|
FYI: |
|
Awesome, glad you sorted it out. I wonder if it would make sense for us to check for the required dependencies in the installation script. |
|
You have got my vote 👍 |
|
Im getting this same error - but I know why, I just don’t know how to fix. My setup is running on Ubuntu Focal Fossil and going through Nginx per your setup guide. |








FYI:
Indeed. Some missing dependancies. This solved it for me.
#1826 (comment)