Patricius
Explore posts from serversDockerized Nuxt3 with Bun Cannot find module "@vue/reactivity"
I found the cause of this issue.
It was this node_module: https://github.com/modernice/vue-i18n-modules
The issue happens in the file "./packages/vue-i18n-modules/src/extension.ts" at line 1 and 2.
Any ideas why this only happens to Bun when ran in Docker?
18 replies
Dockerized Nuxt3 with Bun Cannot find module "@vue/reactivity"
Okay I tried 3.10 and 3.11, the issue persists.
I want to add, that the issue is unlikely to have arrived from my own doing, as
from "/usr/src/app/@vue/runtime-core"
gets mentioned, right? I have installed some modules which definitely use vues reactivity, but its all @nuxt modules.18 replies