Unble to use bytemd with svelte sapper
See original GitHub issueHey , I am new to svelte,
found this beautiful rich text editor but I am unable to use it in my app.
[rollup-plugin-svelte] The following packages did not export their package.json file so we could not check the "svelte" field. If you had difficulties importing svelte components from a package, then please contact the author and ask them to export the package.json file - bytemd
And i have installed bytemd as a dev dependency
Issue Analytics
- State:
- Created a year ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Docs • Sapper
Sapper's succesor, SvelteKit, is currently available for use. ... Serialization will fail if the value includes functions or custom classes (cyclical and ...
Read more >Trying to use bytemd in a SvelteKit app with Vite. - Reddit
Im able to render by appending rehype et al to my svelte.config but my build fails due @sveltejs/adapter-static' .
Read more >Nested component does not render properly in Svelte/Sapper
I use slug parameters as directory name. The problem I am having is everything except the each loop in taglist. For some reason...
Read more >bytemd vs SvelteKit - compare differences and reviews?
Compare bytemd vs SvelteKit and see what are their differences. ... SvelteKit fails the maturity test but is something I'd use in a...
Read more >Things Svelte and Sapper Can't Do (Yet) - ryanfiller.com
I found a workaround, but it was much, much more verbose. On my Gatsby blog I use MDX to replace markdown elements with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is recommended to migrate your project to SvelteKit. But if there is some reason, you can take the following steps according to svelterjs/sapper#774:
bytemd
as a dev dependency.Editor
with@rollup/plugin-json
. So you should install it as dev dependency, and configure it inrollup.config.js
(both client and server).But I’m not sure there are not other bugs.
This issue was closed because it has been inactive for 7 days since being marked as stale.