hexo-renderer-marked icon indicating copy to clipboard operation
hexo-renderer-marked copied to clipboard

OperationalError: EPERM: operation not permitted, unlink[XXX]

Open keeepman opened this issue 2 years ago • 1 comments

FATAL {
  err: [OperationalError: EPERM: operation not permitted, unlink '/Users/keeep/myhexo/public/blog'] {
    cause: [Error: EPERM: operation not permitted, unlink '/Users/keeep/myhexo/public/blog'] {
      errno: -1,
      code: 'EPERM',
      syscall: 'unlink',
      path: '/Users/keeep/myhexo/public/blog'
    },
    isOperational: true,
    errno: -1,
    code: 'EPERM',
    syscall: 'unlink',
    path: '/Users/keeep/myhexo/public/blog'
  }
} Something's wrong. Maybe you can find the solution here: %s https://hexo.io/docs/troubleshooting.html

If you do not install hexo renderer marked, there is no problem. After the installation, an error will be reported when you execute hexo g

keeepman avatar Mar 16 '22 09:03 keeepman

Hello,

Did you npm I after installing the new plugin? Can you provide more details? Package.json, node version...

tomap avatar Mar 18 '22 19:03 tomap

Closing due to inactivity, please re-open if it is still outstanding.

stevenjoezhang avatar Jul 10 '23 16:07 stevenjoezhang