All plugins loaded as themes ? #28066
Unanswered
Alessandro-4EYES
asked this question in
Help
Replies: 1 comment 1 reply
-
What exact issue do you have? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When running gatsby develop, all plugins are loaded as themes. The debugger tries to search for component-shadowing in all the plugin directories for name "default-site-plugin" which does not exist.
Expected result
Do not load themes as no theme is used.
Actual result
A Theme "default-site-plugin" is used.
Environment
System:
OS: Windows 10 10.0.19041
CPU: (8) x64 Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz
Binaries:
Node: 10.16.0 - C:\Program Files\nodejs\node.EXE
npm: 6.9.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 86.0.4240.198
Edge: Spartan (44.19041.423.0), Chromium (86.0.622.69), ChromiumDev (88.0.692.0)
npmPackages:
gatsby: ^2.26.1 => 2.26.1
gatsby-background-image: ^0.10.2 => 0.10.2
gatsby-cli: ^2.12.71 => 2.12.71
gatsby-image: ^2.4.14 => 2.4.14
gatsby-link: 2.4.13 => 2.4.13
gatsby-plugin-antd: ^2.2.0 => 2.2.0
gatsby-plugin-google-analytics: ^2.3.13 => 2.3.13
gatsby-plugin-google-fonts: ^1.0.1 => 1.0.1
gatsby-plugin-import: ^2.1.6 => 2.1.6
gatsby-plugin-less: ^3.2.9 => 3.2.9
gatsby-plugin-manifest: ^2.4.21 => 2.4.21
gatsby-plugin-offline: ^3.2.21 => 3.2.21
gatsby-plugin-react-helmet: ^3.3.10 => 3.3.10
gatsby-plugin-react-redux: ^1.1.0 => 1.1.0
gatsby-plugin-robots-txt: ^1.5.1 => 1.5.1
gatsby-plugin-sharp: ^2.6.24 => 2.6.24
gatsby-plugin-sitemap: ^2.4.11 => 2.4.11
gatsby-plugin-styled-components: ^3.3.10 => 3.3.10
gatsby-plugin-tslint: 0.0.2 => 0.0.2
gatsby-plugin-typescript: ^2.4.16 => 2.4.16
gatsby-source-filesystem: ^2.3.23 => 2.3.23
gatsby-transformer-sharp: ^2.5.12 => 2.5.12
npmGlobalPackages:
gatsby-cli: 2.13.1
Beta Was this translation helpful? Give feedback.
All reactions