Replies: 1 comment 3 replies
-
Did you use the install script or some other method?
I've seen this happen with npm before but yarn seems to usually work
(`yarn global add code-server`).
I'm not sure what causes it though. It seems to just not download the
required dependencies sometimes. Very confusing.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm just getting started with raspberry pi and code-server. I followed the instructions for installing code-server on it, but ran into some issues. First, some packages were missing (i.e. yawl, yauzl, server-umd, etc.) so I globally installed them with npm.
Now I'm running into an issue where I just get a white screen while trying to access code-server from the browser. There also seems to be some sort of denied permissions while installing this package. The logs say:
I tried installing spdlog, but I don't have permission, and even tried as the root user, to no avail. Can someone please help me figure out next steps? Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions