You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason Nitro does not transpile libraries from external registry such as JSR even though its build output is supposed to be standalone. I am trying to use @std/ulid from JSR but in runtime Nitro cannot find it.
Environment
Reproduction
https://github.com/arunanshub/nuxt-jsr-bug-repro/tree/nitro
Describe the bug
For some reason Nitro does not transpile libraries from external registry such as JSR even though its build output is supposed to be standalone. I am trying to use @std/ulid from JSR but in runtime Nitro cannot find it.
Also see nuxt/nuxt#30737
Additional context
No response
Logs
[nitro] [request error] [unhandled] Cannot find package '@std/ulid' imported from /app/server/chunks/routes/api/ulid.get.mjs
The text was updated successfully, but these errors were encountered: