Plugins for Hexo theme NexT.
npm install @next-theme/pluginsFirst execute the following command in Hexo site root directory to ensure that the plugin is installed correctly.
npm installIf the warning persists, then the solution depends on how you installed NexT.
-
Installed NexT through npm: Make sure the version numbers of
@next-theme/pluginsandhexo-theme-nextare the same. -
Installed NexT through git:
- If you are using the latest master branch: Ignore this warning.
- If you are using the latest release version:
Make sure the version numbers of
@next-theme/pluginsandhexo-theme-nextare the same.
Feel free to raise new issues you find in this plugin.