binnyva / gatsby-garden

A Digital Garden Theme for Gatsby. Gatsby Garden lets you create a static HTML version of your markdown notes
MIT License
146 stars 41 forks source link

Error running: npm run develop – … require() of ES Module … not supported. #46

Closed mechadense closed 2 years ago

mechadense commented 2 years ago

Running

npm run develop

I get the error:

Error: [ERR_REQUIRE_ESM]: require() of ES Module /my-garden/node_modules/@mdx-js/mdx/index.js from /my-garden/node_modules/gatsby-plugin-mdx/utils/mdx.js not supported. Instead change the require of index.js in /my-garden/node_modules/gatsby-plugin-mdx/utils/mdx.js to a dynamic import() which is avail able in all CommonJS modules.

binnyva commented 2 years ago

New release made - this should be fixed now.