bitomic
bitomic
They are pretty much equivalent, but I consider using a template type is a more elegant solution. But I never thought on that way, my current method was `// @ts-ignore`...
You can use [npm overrides](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides) or [yarn resolutions](https://yarnpkg.com/configuration/manifest#resolutions) to enforce an older version of `@types/babel__traverse` instead of latest. Using yarn, you add this to your `package.json`: ```json { "resolutions": {...
Same issue here. There is no `flowblade` folder in `/home/me/.config/`.
@jliljebl apologies, I didn't see the notification before. No `.var` (nor `var`) in my home directory. Yes I am using Wayland and with 2 monitors. I can test tomorrow if...