nornagon / saxi

Tools & library for driving the AxiDraw pen plotter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installation on Odroid

benoitwimart opened this issue · comments

Hi,

I have an Odroid (it's like a RPi 4) and I try to install Saxi on Ubuntu Mate (for Odroid).
I think I have the EACCES error.
So if I understand, I need a node version manager ? But which version of node I need ?

Did this :

// nvm install :  
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
// node 12 :
nvm install 12
// go
npm i -g saxi

ANd it's OK 💯 ready to plot !