question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plugins not installed?

See original GitHub issue

Possible @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:closed
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
benjamincanaccommented, Jun 1, 2020

Hey,

Plugins can be configured as described here: https://content.nuxtjs.org/configuration#markdown.

Each plugin is configured using its name in camelCase: remark-external-links => externalLinks.

However, a PR is actually ongoing to refactor plugins, so you might be able to configure them this way.

1reaction
ChristianMurphycommented, May 31, 2020

Also based off the code, there may be an undocumented way to do this already

  content: {
    markdown: {
      plugins: [
        'remark-twemoji',
-        ['remark-frontmatter', 'yaml'],
+       'remark-frontmatter'
      ],
+    frontmatter: "yaml"
    },
  },
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found