EPERM error using quartz

EPERM error using quartz

Im trying to use quartz for hosting my notes, it seems to work until after I do ‘npx quartz sync’, after that the command for running the server locally ‘npx quartz build --serve’ starts failing with the error

Exiting Quartz due to a fatal error: EPERM: operation not permitted, scandir 'D:

I’m on win 11 with the last version of NPM and node

some things I noticed:

  • it’s a permits issue with NPX, I’ve tried to allow myself all access, also tried running with admin but it won’t work
  • It won’t happen until after the first time I do ‘npx quartz sync’

I have no other npm or node projects that could be interfering with quartz

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.