andreivisan / Raspberry-Pi-4-Code-Server

75 stars 15 forks source link

Error while installing code server #1

Closed salvuccicarlos closed 3 years ago

salvuccicarlos commented 3 years ago

I'm having this error while trying to install code server on raspberry 4

Raspbian GNU/Linux 10 (buster) No standalone releases for armv7l. Falling back to installation from npm. Installing latest from npm.

Please install npm or yarn to install code-server! You will need at least node v12 and a few C dependencies. See the docs https://coder.com/docs/code-server/v3.11.0/install#yarn-npm

salvuccicarlos commented 3 years ago

I could solve it by installing yarn globally (sudo npm install --global yarn) and the using sudo curl -fsSL https://code-server.dev/install.sh | sh