-
Notifications
You must be signed in to change notification settings - Fork 72
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
nuxi upgrade does not work any longer: Cannot find module #675
Comments
Would you be able to provide a reproduction? 🙏 More infoWhy do I need to provide a reproduction?Reproductions make it possible for us to triage and fix issues quickly with a relatively small team. It helps us discover the source of the problem, and also can reveal assumptions you or we might be making. What will happen?If you've provided a reproduction, we'll remove the label and try to reproduce the issue. If we can, we'll mark it as a bug and prioritize it based on its severity and how many people we think it might affect. If How can I create a reproduction?We have a couple of templates for starting with a minimal reproduction: 👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz A public GitHub repository is also perfect. 👌 Please ensure that the reproduction is as minimal as possible. See more details in our guide. You might also find these other articles interesting and/or helpful: |
I am not sure how to provide a reproduction on something that fails after console action. |
At least I added all dependencies similar to my project: https://stackblitz.com/edit/github-k9m8kagr?file=package.json |
Start a new pull request in StackBlitz Codeflow. |
Additional information: This does only happen un nuxt > 3.14.0 |
The upgrade command removes the I'm guessing that this was not an issue before #618, which changes the dependency installation to use Using |
Environment
Darwin
v20.18.1
3.15.1
3.20.0
2.10.4
[email protected]
-
extends
,modules
,devtools
,colorMode
,runtimeConfig
,routeRules
,future
,compatibilityDate
,vite
,typescript
,hooks
,eslint
,i18n
,sanctum
@nuxt/[email protected]
,@nuxt/[email protected]
,@nuxt/[email protected]
,@nuxt/[email protected]
,@nuxt/[email protected]
,@nuxthq/[email protected]
,@vueuse/[email protected]
,[email protected]
,@nuxtjs/[email protected]
,[email protected]
,[email protected]
,@nuxtjs/[email protected]
-
Reproduction
-
Describe the bug
If I run nuxi upgrade, the following happens:
After that, the lock file is empty, too.
It does not happen, if I use
--no-force
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: