sr-mothership

Results 4 comments of sr-mothership

On mac I'm getting ``` 65 │ # load env variables 66 │ fnm env --json | from json | load-env · ─┬─ · ╰── did you mean 'fnmcd'? 67...

> @sr-mothership You need to have fnm in your PATH first. Add something like `let-env PATH = ($env.PATH | split row (char esep) | prepend '/home/ubuntu/.cargo/bin')` (change the path to...

> @sr-mothership It should be in `env.nu` instead. Both the `let-env` command and the snippet above. Damn that solved it, haha. Thanks 🙂

Encountered the same error following [the docs](https://nuxt.com/docs/guide/directory-structure/plugins#vue-directives) for a simple focus directive. Only after adding ```ts // nuxt.config.ts export default defineNuxtConfig({ vue: { compilerOptions: { directiveTransforms: { focus: () =>...