After installing ESLint through NPM, I'm getting the following error in my browser:
Error: Cannot find module 'eslint/lib/rules/no-unused-expressions' Referenced from:
Any idea what could cause this and how I can fix it?
Try these steps:
In case you want to have eslint, try checking if you have in your devDependencies the line below:
"eslint": "5.6.0"