-
Hi everyone, I'm trying to follow the migration guide I'm trying to go back to previous versions and all versions are preventing me from installing... now, I know the app isn't working correctly already, so I don't want to run the migration script on code I know is broken. What should I do to get my site running on the previous install? I've removed yarn.lock and node_modules without much success... thanks! I've seen this: #6038 but it seems like you can't just use the previous version of routing to get problems out of the way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nvm I'm an idiot. Use |
Beta Was this translation helpful? Give feedback.
Nvm I'm an idiot. Use
@sveltejs/kit": "1.0.0-next.405
without the^
in yourpackage.json
🙄