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
Locally on wsl (PRETTY_NAME="Debian GNU/Linux 12 (bookworm)") run: bunx nuxi init my-nuxt-app (with bun 1.1.0+5903a6141) to generate a clean Nuxt app (according to https://bun.sh/guides/ecosystem/nuxt)
Rsync to remote vm (also PRETTY_NAME="Debian GNU/Linux 12 (bookworm)")
Remove node_modules folder (in the remote)
Add the folder of the project as a mapped volume (so, not copying it into the docker, just mapping it from the host) in docker-compose.yml:
What steps can reproduce the bug?
Locally on wsl (
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
) run:bunx nuxi init my-nuxt-app
(with bun1.1.0+5903a6141
) to generate a clean Nuxt app (according to https://bun.sh/guides/ecosystem/nuxt)Rsync to remote vm (also
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
)Remove node_modules folder (in the remote)
Add the folder of the project as a mapped volume (so, not copying it into the docker, just mapping it from the host) in docker-compose.yml:
bun --revision && bun install && bun dev
NB: error occurs on bun install.
Result:
Running bun install and bun dev locally on wsl works.
A more detailed description of the issue can be found here: oven-sh/bun#9924
I am unsure where the problem lies, if with bun or with vue-demi, so I have cross-posted.
The text was updated successfully, but these errors were encountered: