Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade eslint or update pi install docs? #182

Closed
jedahan opened this issue Aug 13, 2023 · 1 comment · May be fixed by #201
Closed

Downgrade eslint or update pi install docs? #182

jedahan opened this issue Aug 13, 2023 · 1 comment · May be fixed by #201

Comments

@jedahan
Copy link
Contributor

jedahan commented Aug 13, 2023

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
Copy link
Contributor Author

jedahan commented Sep 6, 2023

closing in favor of alexrudd2#85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant