-
-
Notifications
You must be signed in to change notification settings - Fork 790
Closed as not planned
Labels
Description
Environment
- Operating System: Windows_NT
- Node Version: v20.10.0
- Nuxt Version: -
- CLI Version: 3.11.1
- Nitro Version: 2.9.3
- Package Manager: pnpm@8.14.1
- Builder: -
- User Config: -
- Runtime Modules: -
- Build Modules: -
Reproduction
Describe the bug
There's currently an issue (again sorry 🙏) with applicationinsights node.
We have a different issue on stackblitz and windows.
while on stackblitz the module is not found.
The only way to fix it seems to be to force the resolution of mlly to 1.4.0.
I think it's probably due the strip comment feature for mlly hasEsmSyntax and hasCjsSyntax is behind an experimental feature flag not enabled by default.
Additional context
The issue with windows is that the absolute paths generated in .nitro/dev/index.mjs are generated without file:// for applicationinsights imports.

After manually adding them back

We have another issue which is the stackblitz one.
Logs
No response
Reactions are currently unavailable
