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

Error: EPERM: operation not permitted #1212

Closed
Samuraiflamesf opened this issue Jun 17, 2024 · 3 comments
Closed

Error: EPERM: operation not permitted #1212

Samuraiflamesf opened this issue Jun 17, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Samuraiflamesf
Copy link

Describe the bug
I carried out all the steps and wrote some notes, when I go to start it up it crashes with this error:

Quartz v4.2.3

Backing up your content
[v4 2b43fa0] Quartz sync: Jun 17, 2024, 12:40 PM
[...]
create mode 100644 content/2.Trabalho/index.md
create mode 100644 content/Templates/0_head.md
create mode 100644 content/Templates/1_notes.md
create mode 100644 content/Templates/2_BI.md
create mode 100644 content/Templates/3_estudos.md
create mode 100644 content/Templates/4_reuniao.md
create mode 100644 content/Templates/5_list.md
create mode 100644 content/Templates/6_moc.md
[Error: EPERM: operation not permitted, rmdir 'C:\Users\bernardo.silva\Documents\Github\quartz\content\0.Arquivos'] {
error: -4048,
code: 'EPERM',
syscall: 'rmdir',
path: 'C:\Users\bernardo.silva\Documents\Github\quartz\content\0.Arquivos'
}

To Reproduce
Steps to reproduce the behavior:

  1. I write the note and copy it to Content.
  2. Run the code "npx quartz sync"
  3. Displays this error

Desktop (please complete the following information):

  • Quartz Version: v4.2,.3
  • node Version: 20.14
  • npm version: v10.1.0
  • OS: wind10
@Samuraiflamesf Samuraiflamesf added the bug Something isn't working label Jun 17, 2024
@kremec
Copy link

kremec commented Jun 22, 2024

I also have this issue when running npx quartz sync after adding a first folder inside content folder. When I only had a note inside content folder, it completed just fine, but after a folder is created in it, i get Error: EPERM: operation not permitted, rmdir

@Samuraiflamesf
Copy link
Author

Yesyes

@jackyzha0
Copy link
Owner

This isn't a Quartz issue, see notes on npm on Windows: https://stackoverflow.com/questions/34600932/npm-eperm-operation-not-permitted-on-windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants