Results 2 comments of Bruce Song

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" } }

> [@brucesong08](https://github.com/brucesong08) Were you also only having the issue in Antigravity? Do you have the `@rollup/rollup-darwin-arm64` package in your node_modules? Or maybe it actually is `@rollup/rollup-darwin-x64`? Yes, I'm sure the...