Eclipse-Theia Ubuntu arm64 安装

硬件:树莓派3B
系统:Ubuntu Server 20.04.1 LTS
nodejs:node-v12.20.0-linux-arm64

Eclipse-Theia Ubuntu arm64 安装

前置条件

sudo apt update
sudo apt upgrade
sudo apt install make gcc g++

安装

参考:https://theia-ide.org/docs/composing_applications/

# 由于https://nodejs.org/download/release/v12.20.0/node-v12.20.0-headers.tar.gz在yarn install中下载是,基本是超时的;
# 所以可以现在使用其他方法先把node-v12.20.0-headers.tar.gz下载到服务器中;
# 例如:https://npm.taobao.org/mirrors/node/latest-v12.x/node-v12.20.0-headers.tar.gz
npm_config_tarball=/home/ubuntu/node-v12.20.0-headers.tar.gz yarn install