code server not installing on raspberry pi #4379
Replies: 3 comments 12 replies
This comment was marked as off-topic.
-
@jsjoeio can you remove the really abusive message? Doesn't look good here. And as an answer, there is a bug with one of the dependencies so you can't install code-server yet... Tracked in another discussion, so there is a kinda big and I am waiting too, so Raspberry Pi users gotta wait. |
Beta Was this translation helpful? Give feedback.
-
Maybe! Well I did a quick search and found this. Maybe you have to build from source on Pi to get it working. If someone wants to try, that would be awesome.
Hashing passwords! Well if I recall correctly, we store the password hashed instead of plaintext.
Fantastic idea! Do you mind writing an example here and then I can create a new Discussion, tag you and pin it? |
Beta Was this translation helpful? Give feedback.
-
I am trying to install code server on raspberry pi but after running
sudo curl -fsSL https://code-server.dev/install.sh | sh
this line, I am getting some weired message.
Done in 448.73s.
npm package has been installed.
Extend your path to use code-server:
PATH="$(yarn global bin):$PATH"
Then run with:
code-server
It says success, but I am not able to run the code server using code-server command.
please hlep
thank you.
Beta Was this translation helpful? Give feedback.
All reactions