Closed salvuccicarlos closed 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
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
sudo npm install --global yarn
sudo curl -fsSL https://code-server.dev/install.sh | sh
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