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

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