cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Failed to load parser 'babel-eslint' declared in '..\.eslintrc.json'

Hello,
i'm running my Grandstack application and i'm facing this error

Failed to load parser 'babel-eslint' declared in '..\.eslintrc.json': Cannot find module 'babel-eslint'

any answers would help me out.

many thanks

1 REPLY 1

Hi,

Take a look in your package.json to see whether babel-eslint has been included in either dependencies or devDependencies.

How did you first create the project? The other possibility is that babel-lint is expected as a transitive dependency of something else.

-ABK