@next-theme/plugins
v8.21.1
Published
Plugins for Hexo theme NexT.
Downloads
440
Maintainers
Readme
NexT Plugins
Plugins for Hexo theme NexT.
Installation
npm install @next-theme/plugins
Debug
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.