Boris Barroso

Results 6 comments of Boris Barroso

> The installation misses the step where you install the icons. Try running `npm i --save @fortawesome/free-solid-svg-icons` to install the icons svelte-fa uses. Done that

Check this example https://codesandbox.io/s/practical-chaplygin-igml0?file=/App.svelte In my code I do this, I have aliased node_modules dir `"@node_modules": path.join(__dirname, "..", "..", "node_modules"),` ```js import Fa from "@node_modules/svelte-fa/src/fa.svelte" import { faEdit, faTrash }...

Yes I have the same issue when running `npm run build`

When is it going to be fixed?

I have found the way to fix this error. I had to change the file `.elixir_ls/build/test/lib/live_svelte/ebin/live_svelte.app` ``` {application,live_svelte, [{modules,['Elixir.LiveSvelte','Elixir.LiveSvelte.Components', 'Elixir.LiveSvelte.LiveJson', 'Elixir.LiveSvelte.Logger','Elixir.LiveSvelte.SSR', 'Elixir.LiveSvelte.SSR.NodeJS', 'Elixir.LiveSvelte.SSR.NotConfigured', 'Elixir.LiveSvelte.Slots', 'Elixir.Mix.Tasks.LiveSvelte.ConfigureEsbuild', 'Elixir.Mix.Tasks.LiveSvelte.ConfigurePhoenix', 'Elixir.Mix.Tasks.LiveSvelte.InstallNpmDeps', 'Elixir.Mix.Tasks.LiveSvelte.Setup']}, {optional_applications,[]}, {applications,[kernel,stdlib,elixir,logger,jason,nodejs,phoenix,...