Plugins not installed?
See original GitHub issuePossible @nuxt/content bug. Could also be related to remark
or remark-twemoji
and remark-frontmatter
.
Related: https://github.com/madiodio/remark-twemoji/issues/8, https://github.com/remarkjs/remark-frontmatter/issues/13
Version
@nuxt/content: latest (1.2.0) nuxt: latest (2.12.2)
Reproduction Link
https://github.com/Strahinja/remark-bug
Steps to reproduce
$ yarn install
$ yarn generate
What is Expected?
No warnings.
What is actually happening?
WARN remark-twemoji is not installed
WARN remark-frontmatter,yaml is not installed
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Trouble installing the plug-in? - Microsoft Support
Plug-in download fails · Go to Tools > Internet Options > Advanced. · Scroll down to the Security section. · Clear Do not...
Read more >Why Can't I Install Plugins on WordPress? (Solved)
This article created by our team at wpDataTables will provide the answer to your question, why can't I install plugins on WordPress.
Read more >How to fix "The package could not be installed. No valid ...
How to fix "The package could not be installed. No valid plugins were found" in WordPress · In your WordPress dashboard, go to...
Read more >A plugin I installed is not working. How can I troubleshoot it?
Check System.InstalledPlugins and look against your plugin to see if it is listed. If it is listed, then it must be enabled in...
Read more >How to fix the error “Plugins are not found, Click me ... - Foscam
Then go to Windows Task Manager,check the “Processes” and find the software on your computer which occupied the port that camera plugin service...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey,
Plugins can be configured as described here: https://content.nuxtjs.org/configuration#markdown.
However, a PR is actually ongoing to refactor plugins, so you might be able to configure them this way.
Also based off the code, there may be an undocumented way to do this already