Lukas Hermann
Lukas Hermann
Thanks for taking time for this! Teems like the problem persists: ``` $ npx [email protected] frontend-nuxt/components/project-index/Project.vue npx: installed 36 in 2.995s Running at http://localhost:3000 (node:41527) UnhandledPromiseRejectionWarning: Error: Command failed: git...
Same issue as https://github.com/SortableJS/vue.draggable.next/issues/138 and https://github.com/SortableJS/vue.draggable.next/issues/140
Made some tests. The issue is not vite. It works fine with [email protected] (latest as of the time of this writing) The problem is with **[email protected] and higher**
I had the same experience as @Burekasim. I am trying to follow best practice and then find out that the lack of support is not documented. Thank you @thomasmburke for...
I have the same problem as OP and want to express my support for fixing this issue. My current workaround is to reload data from scratch on every successful `SUBSCRIBED`...
I ran into the same problem trying to run it with a nginx reverse proxy. Please add a config option to allow for reverse proxy.
In case others are looking for the same issue: In my case the `node:18-alpine` image produced the error while the `node:18` image worked.
Here is the exact error: ```sh /var/server # npm ci npm error code 1 npm error path /var/server/node_modules/farmhash npm error command failed npm error command sh -c prebuild-install || node-gyp...