Cant get this working in Svelte Kit
See original GitHub issueHi I can’t seem to get this working in Svelte Kit.
Like all my other modules:
[vite] Error when evaluating SSR module /node_modules/remark-parse/index.js?v=94403ef9:
ReferenceError: module is not defined
at /node_modules/remark-parse/index.js?v=94403ef9:3:1
at instantiateModule (/Users/marcgodard/Documents/Github/swp-crm/node_modules/vite/dist/node/chunks/dep-0ed4fbc0.js:69982:166)
And If I turn SSR off I get:
[vite] Internal server error: Cannot find module './transformers/module'
Has anyone gotten this working yet?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:33 (7 by maintainers)
Top Results From Across the Web
SvelteKit: redirect() not working on server without disabling ssr
I found the problem. The culprit was the status code I was using for redirecting. I was providing the wrong status code 300...
Read more >Help! I have trouble updating SvelteKit! : r/sveltejs - Reddit
I'm trying to stay up to date with the SvelteKit releases, but I can't update SvelteKit from 1.0.0-next.370 to 1.0.0-next.399 because of Vite3....
Read more >Introduction • Docs • SvelteKit
If you're new to Svelte or SvelteKit we recommend checking out the (experimental!) interactive tutorial. If you get stuck, reach out for help...
Read more >Svelte Kit Form Actions 101 - New Svelte Kit API - YouTube
Become a Level Up Pro and take your web skills to the next level!https://www.leveluptutorials.comThe best web development podcast out ...
Read more >Major Svelte Kit API Change - Fixing `load`, and tightening up ...
https://github.com/sveltejs/ kit /discussions/5748Simple Made Easy: https://www.youtube.com/watch?v=SxdOUGdseq4Become a Level Up Pro and take ...
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
After upgrading to
bytemd@^1.12.4
Sveltekit is working w/o needing to use VanillaJS config oroptimizeDeps
. Thanks.Yep I have the same problem 😭