astro-community / md

Render any Markdown content in Astro, optionally integrating with any existing configuration.

Home Page:https://stackblitz.com/github/astro-community/md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing peerDependency: @astrojs/markdown-remark

jbutz opened this issue · comments

The package appears to be missing @astrojs/markdown-remark as a peer dependency. In my project, I use NPM workspaces, and with how the packages get resolved it's important peer dependencies are specified.

In my setup @astropub/md is installed to /node_modules/ while @astrojs/markdown-remark is being installed to /packages/astro/node_modules. With peer dependencies specified that shouldn't be an issue anymore.