I’m having problems installing the ESLINT (AIRBN) in VS Code, when I try to install, it presents the error below.
I’ve tried to spin npm uninstall eslint
and npm install eslint
, close VS Code and open again, but it didn’t work and I’m caught in it, could you help me, please?
Try to clear the board of
node_modules
and reinstall...rm -rf node_modules
and thennpm install
.– Sergio
I did that too, but it didn’t work :(
– Thiago Maia
Already tried to do by power shell with admin permission?
– Sorack
Yes , now it worked, thank you!
– Thiago Maia