Stephan Koglin-Fischer

Results 11 comments of Stephan Koglin-Fischer

Same here ### Environment * OS name, version and architecture: Manjaro Linux; Build ID: rolling, 64-bit * Node version: v17.4.0 * Node installation method: nvm Current workaround for me is...

> To disable the video-lock-static binding: > > ```shell > dconf write /org/gnome/settings-daemon/plugins/media-keys/rotate-video-lock-static "@as []" > ``` I want to add to restart the Gnome Shell afterwards ``` Alt +...

@jtaala Sorry for the delay, I can confirm that this works. But I haven't seen any notification about that a keybinding has been overriden.

> Adding the plugin to `nuxt.options.build.transpile` is works for me. > > ```ts > import { defineNuxtModule, addServerPlugin, createResolver } from '@nuxt/kit' > import { name } from '../package.json' >...

@deka The code is packaged for firebase, which installs dependencies on the server-side prior to enabling the `.output/server` in the cloud instance. At the deploy step of firebase, the `package.json`...

Currently, I've been using another workaround - till the issue is fixed of cause - by copying the needed files into the `.ouput/server/node_modules` with: ```json { "scripts": { "build": "nuxt...

> > Is the path of the child process different from the firebase-debug.log? > > ``` > [2022-05-12T18:59:19.976Z] Could not find functions.yaml. Must use http discovery > [2022-05-12T18:59:19.984Z] Error: spawn...

> I downgraded the node version from 16 to 14 and this problem was resolved. Maybe `nuxi` should warn the user (as stated in [in this discussion](https://github.com/nuxt/framework/discussions/1234)) that one has...

> Any updates? Still stuck in the error. Same here, needed to switch to another package manager :disappointed: