andi23rosca / solid-markdown

Render Markdown as Solid components
MIT License
106 stars 10 forks source link

Failed to resolve entry for package "solid-markdown" #13

Closed PatrickHeneise closed 1 year ago

PatrickHeneise commented 1 year ago

Hrmm, with 1.2.1 I get a [vite] Error when evaluating SSR module

An unhandled error occured: Error: Failed to resolve entry for package "solid-markdown". The package may have incorrect main/module/exports specified in its package.json

as soon as I have a import Markdown from 'solid-markdown'; statement in a standard Solid Start project.

Originally posted by @timothyallan in https://github.com/andi23rosca/solid-markdown/issues/8#issuecomment-1479905730

I have the same issue