taogaetz
Results
2
comments of
taogaetz
`npx nuxi info`: ``` - Operating System: `Darwin` - Node Version: `v18.20.4` - Nuxt Version: `3.12.4` - CLI Version: `3.12.0` - Nitro Version: `2.9.7` - Package Manager: `[email protected]` - Builder:...
> > I added this setting to the settings.json, and the issue was resolved. { "svelte.language-server.runtime": "node", "svelte.plugin.svelte.compilerWarnings": { "a11y-media-has-caption": "ignore" } } > > Nice, `"svelte.language-server.runtime": "node"` apparently fix...