-
Notifications
You must be signed in to change notification settings - Fork 896
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
6.0.5 is breaking eslint #792
Comments
Can you post |
Hm, I don't see any worrying differences there. Also, |
Hi @adrianheine here it is replicated on https://github.com/van-nguyen/acorn-test thanks! |
Any ideas so far guys? @adrianheine @RReverser I'm not too familiar with the codebase, but will try to see in the changes between the 2 versions also. Edit: This bug is still visible on 6.1.0 |
Hi. I'm a maintainer of ESLint. I believe acorn does not have any defect. ESLint works fine with latest acorn. Possibly you have encountered npm's bug. See eslint/eslint#11018 |
This issue is fixed if I remove entire node_modules folder + removing yarn.lock file, and regenerate it again. |
I've upgrade to latest 6.0.5, however it is breaking eslint for some reason, all JSX elements reports invalid token. When I downgrade back to 6.0.4 it works fine, maybe a potential bug somewhere?
The text was updated successfully, but these errors were encountered: