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

0.6.0 windows startup error #58

Closed
robert-phillips1 opened this issue Mar 21, 2024 · 5 comments
Closed

0.6.0 windows startup error #58

robert-phillips1 opened this issue Mar 21, 2024 · 5 comments

Comments

@robert-phillips1
Copy link

Hello,

I'm getting an issue after following the migration steps for 0.6.0

windows 11
node 20.11.1
nuxt 3.11.1
nitro 2.9.4

image

@huang-julien
Copy link
Owner

huang-julien commented Mar 21, 2024

Hi 👋 do you have a minimal reproduction please ?
https://stackblitz.com/edit/nuxt-starter-qn4x7n

At first sight, i think you need to set the resolution of mlly to 1.4.0. I'll check upstream if this can be fixed

@robert-phillips1
Copy link
Author

can confirm this workaround got me unblocked:

// package.json
  "overrides": {
    "mlly": "1.4.0"
  }

@huang-julien
Copy link
Owner

tracking in unjs/nitro#2308

@huang-julien
Copy link
Owner

huang-julien commented Mar 26, 2024

@robert-phillips1 can you also try with experimental.legacyExternal in your nitro config ? it seems to be working for me. This would avoid you to force the resolution of mlly to 1.4.0

@huang-julien
Copy link
Owner

@robert-phillips1 with nitro-applicationinsights now being a nitro module (0.7.0) you shouldn't need to add any workaround anymore. The module will do it for you.

I'm closing this issue. If there's any issue again related to this, feel free to reopen it or to open another issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants