hexo-renderer-marked
hexo-renderer-marked copied to clipboard
OperationalError: EPERM: operation not permitted, unlink[XXX]
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
Hello,
Did you npm I after installing the new plugin? Can you provide more details? Package.json, node version...
Closing due to inactivity, please re-open if it is still outstanding.