We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
closing in favor of alexrudd2#85
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: