eDEX-UI on #Pinebook Pro @PINE64 ... https://github.com/GitSquared/edex-ui 1⃣ git clone... 2⃣ npm run install-linux 3⃣ npm start
@lupyuen I've had this issue before when I tried to get VS Code. It's a 64 bit machine, but when I tried to get it to play with 64 bit stuff, it eats APT.
@lupyuen It's some weird multi-arch thing, isn't it? Grr..
@Lwasserman Hmmm this worked for me...
git clone --recursive https://github.com/GitSquared/edex-ui
cd edex-ui
npm run install-linux
npm start
Are you still running Debian Mate? Should upgrade to Manjaro Xfce because Debian Mate on Pinebook Pro is weirdly 64-bit kernel + 32-bit apps (Manjaro is all 64-bit)
@lupyuen Running LXDE. I have the suspicion that when I set up this computer, I may have set up everything to be 32 bit. I'm no expert in Debian. I've run it for years, but when I have problems, I mostly just beat on it till it behaves. I'm no superuser.
@Lwasserman what does this say: uname -a
@lupyuen Linux LinBox 4.19.0-9-686-pae #1 SMP Debian 4.19.118-2 (2020-04-29) i686 GNU/Linux
@Lwasserman Hmmm you're on Intel while I'm on Arm64... Not sure if your machine is 64-bit capable
@Lwasserman Good luck 😀
@lupyuen Thank you. I might not start with it tonight, but I'll need the luck.