jxnblk / mdx-deck

♠️ React MDX-based presentation decks

Home Page:https://mdx-deck.jxnblk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with Version 4.1.0

medoer opened this issue · comments

nfo Deleting .cache, public
info Successfully deleted directories

ERROR #10226 CONFIG

Couldn't find the "gatsby-source-filesystem" plugin declared in "/Users/bryce/docs/code-surfer/mdx-deck/node_modules/mdx-deck/gatsby-config.js".

Tried looking for a local plugin in /Users/bryce/docs/code-surfer/mdx-deck/node_modules/mdx-deck/plugins/gatsby-source-filesystem.

Tried looking for an installed package in the following paths:

  • /Users/bryce/docs/code-surfer/mdx-deck/node_modules/gatsby/dist/bootstrap/load-themes/node_modules/gatsby-source-filesystem
  • /Users/bryce/docs/code-surfer/mdx-deck/node_modules/gatsby/dist/bootstrap/node_modules/gatsby-source-filesystem
  • /Users/bryce/docs/code-surfer/mdx-deck/node_modules/gatsby/dist/node_modules/gatsby-source-filesystem
  • /Users/bryce/docs/code-surfer/mdx-deck/node_modules/gatsby/node_modules/gatsby-source-filesystem
  • /Users/bryce/docs/code-surfer/mdx-deck/node_modules/gatsby-source-filesystem
  • /Users/bryce/docs/code-surfer/node_modules/gatsby-source-filesystem
  • /Users/bryce/docs/node_modules/gatsby-source-filesystem
  • /Users/bryce/node_modules/gatsby-source-filesystem
  • /Users/node_modules/gatsby-source-filesystem
  • /node_modules/gatsby-source-filesystem

not finished open and validate gatsby-configs - 0.055s
Error: Command failed with exit code 1: gatsby develop --host localhost --port 8000 --open
at makeError (/Users/bryce/docs/code-surfer/mdx-deck/node_modules/execa/lib/error.js:58:11)
at handlePromise (/Users/bryce/docs/code-surfer/mdx-deck/node_modules/execa/index.js:114:26)
at processTicksAndRejections (internal/process/task_queues.js:89:5)

Can confirm this is happening in 4.1.0. Wasn't happening previously. I had to manually run yarn add -D gatsby-source-filesystem to make it work for now.

@gopinav Hm, when I add it, I end up in an endless watch/build loop 😭

info changed file at <project path>/node_modules/mdx-deck/.cache/redux.state

FWIW, this happened on my first attempt to use mdx-deck. It's not confidence-inspiring, of course.

Just wanted to chime in, myself and one other developer also have the infinite loop of:

info changed file at <project path>/node_modules/mdx-deck/.cache/redux.state

Totally fresh install, 1 or 2 slides with nothing in them. Completely nonfunctional out of the box experience with 4.1.1.

I'm just hit this as well. Downgrading to 4.0.0 works fine for me now.