-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot find module 'svelte/store.mjs' #5
Comments
Same issue |
Respecting the yarn.lock file is the solution. Svelte and Sapper are out of sync otherwise. |
@rob-balfre what do you mean by "respecting"? Can I just delete it and re-install the dependencies? |
@mortscode I had to use the lock file that is currently in this repo (don't delete or manually upgrade anything) and use yarn and not npm. The problem arose out of my Svelte and Sapper version being incompatible. From discord chat yesterday...
|
Also worth noting (not tried this yet)...
|
Yeah, I saw those version updates and still struggling. I've been trying to make it work with NPM. I'll give yarn a go. |
@mortscode good luck |
Ok. I think I'm almost there. Strange issue where my assets aren't making their way down from firebase to my local. So I'm just getting the html with no assets or styles. Borat's jpg and global.css aren't in my Any thoughts? |
I'm getting this when I run
|
ok. up and running. it was lots of things, but got it all sorted out. |
After following the setup guide I get the error
Error: Cannot find module 'svelte/store.mjs'
when trying to runyarn dev
The text was updated successfully, but these errors were encountered: