yoshinorin / hexo-tag-config

A hexo plugin for insert hexo configuration values (_config.yml) to your post/page.
https://www.npmjs.com/package/hexo-tag-config
MIT License
2 stars 0 forks source link

ERROR after updating to 2.0.0 #82

Closed forliuyifei closed 3 years ago

forliuyifei commented 3 years ago
ERROR {
  err: [Error: EISDIR: illegal operation on a directory, read] {
    errno: -21,
    code: 'EISDIR',
    syscall: 'read'
  }
} Plugin load failed: %s hexo-tag-config
forliuyifei commented 3 years ago

Screenshot_20201219-124843_Termux

yoshinorin commented 3 years ago

@forliuyifei Thank you for your reporting :) I will check later.

yoshinorin commented 3 years ago

@forliuyifei Sorry, I made mistake when published v2.0.0 😓 I have already published v2.0.1

Would you please update to v2.0.1?

$ npm install hexo-tag-config@2.0.1

Thank you.

forliuyifei commented 3 years ago

@forliuyifei Sorry, I made mistake when published v2.0.0 😓 I have already published v2.0.1

Would you please update to v2.0.1?

$ npm install hexo-tag-config@2.0.1

Thank you.

Okay, the problem has been solved and it works now