This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 208
Cannot find module 'escope' #479
Comments
Sorry, I don't know. But if you could reproduce this in another small repo that'd be great :) |
You should try to update babel-eslint. ESLint v4 uses a new fork of escope called eslint-scope. babel-eslint v7.2.2 should contain this PR #461 which checks for both |
Yes, just noticed one of my projects was using 7.1.1 while the other was using 7.2.3 |
That was it, thanks! |
Having the same issue using babel-eslint@7.2.3 & eslint@4.4.1 |
Nevermind, clearing my global npm cache and reinstalling resolved the issue. |
Cool, and latest eslint should be using a different package now anyway. going to lock |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently getting this error when i try to run eslint locally:
What's weird is that im using the same linting configuration with another project, and i had no issues at all.
I'm using:
babel-eslint@7.1.1
eslint@4.0.0-beta.0
Any ideas ?
The text was updated successfully, but these errors were encountered: