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
It fails trying to create a directory called . (which can't succeed for obvious reasons 😅).
EPERM: operation not permitted, mkdir '.' URL: xxx
Stack: Error: EPERM: operation not permitted, mkdir '.'
at Object.mkdirSync (node:fs:1398:3)
at capturePage (C:\xxx\amd64\node_modules\single-file-cli\single-file-cli-api.js:271:8)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async runNextTask (C:\xxx\amd64\node_modules\single-file-cli\single-file-cli-api.js:176:20)
at async Promise.all (index 0)
at async capture (C:\xxx\amd64\node_modules\single-file-cli\single-file-cli-api.js:127:2)
at async run (C:\xxx\amd64\node_modules\single-file-cli\single-file:54:2)
Tested with v1.1.4.
The text was updated successfully, but these errors were encountered:
It fails trying to create a directory called
.
(which can't succeed for obvious reasons 😅).Tested with v1.1.4.
The text was updated successfully, but these errors were encountered: