nornagon / saxi

Tools & library for driving the AxiDraw pen plotter
GNU Affero General Public License v3.0
472 stars 55 forks source link

Downgrade eslint or update pi install docs? #182

Closed jedahan closed 1 year ago

jedahan commented 1 year ago

eslint v8 doesn't install on nodejs v12 which is the latest supported version for Raspberry Pi OS on the raspberry pi zero w.

I had to do the following to fix it, where should I put this info, or is there a major downside to downgrading if it expands hardware support?

npm remove eslint
npm install --save-dev eslint@7 strip-json-comments
jedahan commented 1 year ago

closing in favor of alexrudd2/saxi#85