I have searched SO for this error, and got back a few results, but could not fix it.
I'm getting this in VSCode, when prettier was supposed to format my code.
["ERROR" - 10:36:26] Error resolving prettier configuration for c:\Users\[username]\My Documents\projects\web-components\stencil\www\index.html
["ERROR" - 10:36:26] EPERM: operation not permitted, scandir 'c:\Users\[username]\My Documents'
Error: EPERM: operation not permitted, scandir 'c:\Users\[username]\My Documents'
at Object.readdirSync (fs.js:795:3)
at Object.fs.readdirSync (electron/js2c/asar.js:643:39)
at Object.fs.readdirSync (electron/js2c/asar.js:643:39)
...
...
Please, any ideas on how to solve this?!