hexo-theme-icarus icon indicating copy to clipboard operation
hexo-theme-icarus copied to clipboard

WARN Icarus cannot load plugin "gallary"

Open luchaoqi opened this issue 2 years ago • 4 comments

Describe the bug hexo g would produce the following warning:

WARN  Icarus cannot load plugin "gallery"

System and Environment package.json

{
  "name": "hexo-site",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "build": "hexo generate",
    "clean": "hexo clean",
    "deploy": "hexo deploy",
    "server": "hexo server"
  },
  "hexo": {
    "version": "5.4.2"
  },
  "dependencies": {
    "bulma-stylus": "0.8.0",
    "hexo": "^5.0.2",
    "hexo-asset-image": "^1.0.0",
    "hexo-asset-link": "^2.2.1",
    "hexo-blog-encrypt": "^3.1.6",
    "hexo-component-inferno": "^0.11.0",
    "hexo-deployer-git": "^3.0.0",
    "hexo-filter-mathjax": "^0.9.0",
    "hexo-front-matter-excerpt": "^0.2.0",
    "hexo-generator-archive": "^1.0.0",
    "hexo-generator-category": "^1.0.0",
    "hexo-generator-feed": "^3.0.0",
    "hexo-generator-index": "^2.0.0",
    "hexo-generator-search": "^2.4.3",
    "hexo-generator-tag": "^1.0.0",
    "hexo-light-gallery": "^1.0.2",
    "hexo-log": "^2.0.0",
    "hexo-renderer-ejs": "^2.0.0",
    "hexo-renderer-inferno": "^0.1.3",
    "hexo-renderer-marked": "^5.0.0",
    "hexo-renderer-stylus": "^2.1.0",
    "hexo-server": "^3.0.0",
    "hexo-util": "^2.7.0",
    "inferno": "^7.3.3",
    "inferno-create-element": "^7.3.3",
    "js-yaml": "^4.1.0"
  }
}

config settings

plugins:
    animejs: true
    back_to_top: true
    baidu_analytics:
        tracking_id: 
    # busuanzi: true
    cnzz:
        id: 
        web_id: 
    hotjar:
        site_id: 
    katex: true
    mathjax: true
    outdated_browser: false
    progressbar: false
    gallary: true

luchaoqi avatar Aug 24 '22 03:08 luchaoqi

@luchaoqi What's the version of Icarus you are using? And how is it installed?

ppoffice avatar Aug 24 '22 17:08 ppoffice

@luchaoqi What's the version of Icarus you are using? And how is it installed?

installed through npm install hexo-theme-icarus

npm show hexo-theme-icarus
[email protected]

luchaoqi avatar Aug 24 '22 17:08 luchaoqi

@luchaoqi Please remove those packages from your site's package.json, if any. And then reinstall your node_modules. In the end your package.json should look like this.

ppoffice avatar Aug 24 '22 17:08 ppoffice

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 20 '22 21:09 stale[bot]