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
When the path is D:\ or C:\ on Windows, had the error which operation not permitted.
Maybe should to have options for ignore the error and keep to walking directory.
{ Error: EPERM: operation not permitted, stat 'D:\\System Volume Information'
at Object.statSync (fs.js:850:3)
at Object.statSync (D:\...\node_modules\graceful-fs\polyfills.js:295:24)
at klawSync (D:\...\node_modules\klaw-sync\klaw-sync.js:16:24)
....
}
The text was updated successfully, but these errors were encountered:
anyhow maybe that'b be better to direct the suggestion to the graceful-fs repo to provide that! because I suppose if that's the case a lot of users will experience that and that'd be better that would be handled by the fs library.
When the path is D:\ or C:\ on Windows, had the error which operation not permitted.
Maybe should to have options for ignore the error and keep to walking directory.
The text was updated successfully, but these errors were encountered: