Closed Dujota closed 2 years ago
@Dujota ERR undefined
is a common npm installation error if the version of Node is too new. Can you tell us which version of Node.js you are using? Node 14 and Node 16 should work and you can use either of them 🙂
@Asjas i am using v16.14.0 (lts)
What happens if you try Node 14?
@Dujota Was having this same issue on a new project. I had no problems after switching to v14.18.1. Thanks @Asjas
I solved it. Just uninstall their own linter.
npm uninstall eslint eslint-config-next
just following the instructions on adding no sweat eslint to CRA, but it fails on install.
couldnt find anything specific, but I think this may some issue with a dependency? reference: https://stackoverflow.com/questions/66967270/err-undefined-while-installing-airbnb-eslint
Has anyone encountered this issue?