astro-community / md

Render any Markdown content in Astro, optionally integrating with any existing configuration.
https://stackblitz.com/github/astro-community/md
70 stars 7 forks source link

Does not work with Astro v3.0 #7

Closed edmundmiller closed 9 months ago

edmundmiller commented 1 year ago

Getting this error

 error   Package subpath './server/render/index.js' is not defined by "exports" in /home/emiller/src/nf-core/website/node_modules/astro/package.json imported from /home/emiller/src/nf-core/website/node_modules/@astropub/md/lib/component.js
xexiu commented 1 year ago

Im getting the same error as @Emiller88 with the latest version of astro! :(

dinfer commented 11 months ago

same here

luwes commented 11 months ago

there was a fix merged but not released to NPM it seems. try this yarn add 'https://gitpkg.now.sh/astro-community/md/packages/md?124d0f2'

jonathantneal commented 11 months ago

Thank you for the reminder. I’ve been going thru some personal disruptions. I’m sorry about this. Now v0.3.0 has been published with this fix.

mashehu commented 11 months ago

Works now again.