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
Currently the script raises errors when I have items in nested folders on metabase. I'm trying to add a recursive flag (mkdir -p) but it seems like fs.mkdirSync(fPath, { recursive: true }) does not work 🤔
vue.esm.js?a026:1906 Error: ENOENT: no such file or directory, mkdir '/Users/me/myapp/Collection (6)/States / User States (11)'
Trace
at Object.mkdirSync (fs.js:731)
at _loop (tool-to-repostitory.js?8942:50)
at createCollectionFolders (tool-to-repostitory.js?8942:15)
at _loop (tool-to-repostitory.js?8942:56)
at createCollectionFolders (tool-to-repostitory.js?8942:15)
at _callee$ (tool-to-repostitory.js?8942:64)
at tryCatch (runtime.js?96cf:62)
at Generator.invoke [as _invoke] (runtime.js?96cf:296)
at Generator.prototype.(:9080/anonymous function)
The text was updated successfully, but these errors were encountered:
Currently the script raises errors when I have items in nested folders on metabase. I'm trying to add a recursive flag (mkdir -p) but it seems like
fs.mkdirSync(fPath, { recursive: true })
does not work 🤔Trace
The text was updated successfully, but these errors were encountered: