You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error 1: Error: EISDIR: illegal operation on a directory, read
at Object.readSync (node:fs:723:3)
at tryReadSync (node:fs:433:20)
at Object.readFileSync (node:fs:479:19)
at AnalysisTool.testFile (C:\Users\maxim\AppData\Local\nvs\node\16.13.0\x64\node_modules\ngma\bin\analysisTool.js:196:38)
at AnalysisTool.runAnalysis (C:\Users\maxim\AppData\Local\nvs\node\16.13.0\x64\node_modules\ngma\bin\analysisTool.js:174:18)
at C:\Users\maxim\AppData\Local\nvs\node\16.13.0\x64\node_modules\ngma\bin\analysisTool.js:70:18
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
errno: -4068,
syscall: 'read',
code: 'EISDIR'
}
After debugging, found that this is because I have a folder named au_dcr.json.
The text was updated successfully, but these errors were encountered:
Maxim-Mazurok
added a commit
to Maxim-Mazurok/ngMigration-Assistant
that referenced
this issue
Feb 10, 2022
I'm getting this error:
After debugging, found that this is because I have a folder named
au_dcr.json
.The text was updated successfully, but these errors were encountered: