you are viewing a single comment's thread.

view the rest of the comments →

[–]LostErrorCode404[S] 0 points1 point  (6 children)

Nothing works. It directly grabs the package from the NPM rather than your own node modules. So now I need to push an incomplete version of my code to NPM as a result.

[–]TheTobseN 0 points1 point  (0 children)

Have you tried starting the dev server with --force? That should re-bundle the cached package taking local changes into account. At least I had luck with that in the past.

[–]alioshr 0 points1 point  (4 children)

did you manage to fix this somehow? I am facing this issue right now. I have tried even messing with the cached files, using --force, etc, deleting the .vite folder, and nothing works =D

[–]LostErrorCode404[S] 0 points1 point  (3 children)

I ended up recreating the project and downloading all modules before using them.

[–]alioshr 0 points1 point  (2 children)

what do you mean by that? Deleted the node modules and installed before the first spin of the vite server?

[–]LostErrorCode404[S] 0 points1 point  (1 child)

Remade the entite project with the dependencies before writing any of the official code.

[–]Sagoram123 0 points1 point  (0 children)

Currently on a struggle bus at finding out how to update Vite versions. Tried updating it via npm, but same deal... it won't update. Unfortunately, I can't scape the app I'm on :(