Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to run in drive root on Windows #53

Open
tomasz1986 opened this issue Oct 6, 2023 · 0 comments
Open

Fails to run in drive root on Windows #53

tomasz1986 opened this issue Oct 6, 2023 · 0 comments

Comments

@tomasz1986
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant