My site no longer loads | updated all npm packages
the localhost keeps loading
23 Replies
GitHub
nvchad.github.io/package.json at src Ā· NvChad/nvchad.github.io
Site for NvChad . Contribute to NvChad/nvchad.github.io development by creating an account on GitHub.
im assuming updating the solid packages caused this
localhost updates but your production version doesn't - Are running the same exact packages/ version of everything?
yes both are running the same packages
didnt know we could define different package versions for production!
also it seems like i'm missing esbuild and solid-start-node
are those necessary?
i installed them, no luck!
any pointers? @mdynnl
hmm yea just tried your repo and everything is running fine
yea that works but try updating all deps
ncu -u
if you've got
npm-check-updates
package globallygotcha. but for your site could you not update everything for the time being so that it works
and then update each package one by one and see which breaks it?
sounds good! š
i kinda tried it before
but had to rm -rf node_modules every time!
so got tired of it
not a long term fix, but as long as your site is up and users can interact with it
and there's no error log?
yep nothing
site is up since ages!
NvChad
NvChad is a blazing fast neovim framework with solid defaults and beautiful UI
hmm well if it just started happening, guess you can assume one dependencies been updated but another hasn't. So just wait it out š
@carlonyte found out the culprit!
this was it
šØ
š§ really? I wonder what changed to cause it to break
idk, i see that i dont need that package anymore!
unocss has improved a lot
this alone would suffice
but i have another issue now
my production build looks like this šØ
nvm fixed
š„³š„³š„³
What was the issue?
my start script had like npx serve dist
replaced it to solid-start
Nice! Glad you got it working dude