Plugins for Hexo theme NexT.
npm install @next-theme/plugins
First execute the following command in Hexo site root directory to ensure that the plugin is installed correctly.
npm install
If the warning persists, then the solution depends on how you installed NexT.
-
Installed NexT through npm: Make sure the version numbers of
@next-theme/plugins
andhexo-theme-next
are 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/plugins
andhexo-theme-next
are the same.
Feel free to raise new issues you find in this plugin.