Skip to content
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

[vite-node] [ERR_MODULE_NOT_FOUND] after upgrade to Nuxt 3.0.0-rc.10 #14964

Closed
hussamBashat opened this issue Sep 19, 2022 · 5 comments
Closed
Labels

Comments

@hussamBashat
Copy link

Hello everyone. Recently I deleted a package from the package.json because I do not need it. This led to the update of the other package and many problems appeared, so I had to upgrade to Nuxt 3.0.0-rc.10
But I couldn't find a solution to this problem. Any help? Thank you very much.

Vite Error 500

@pi0
Copy link
Member

pi0 commented Sep 19, 2022

Hi. This should be fixed in edge channel with better trace of error. Can you please try it?

@hussamBashat
Copy link
Author

Hi, how can use edge channel?
Shall I start from remove lockfile?

@pi0
Copy link
Member

pi0 commented Sep 19, 2022

Removing lockfile would be nice. Steps are in link of my comment above.

@lucassonsinlima
Copy link

I've experienced the same and this issue #14909 led me to understand what's going on

@hussamBashat
Copy link
Author

hussamBashat commented Sep 19, 2022

Thank you it really helped me..

The devBundler: 'legacy' solved the [vite-node notfound] problem and also helped reveal the real problem with 'heroicons' package.
I deleted the 'heroicons' package and Fate is running on client without devBundler: 'legacy' correctly.

But also the 'headlessui' package was causing problems when refreshing the page so I had to add devBundler: 'legacy' anyway so that the server was working properly.

@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants