woutdp / live_svelte

Svelte inside Phoenix LiveView with seamless end-to-end reactivity
https://hexdocs.pm/live_svelte
MIT License
1.01k stars 37 forks source link

Make Installation instruction platform agnostic #130

Closed Svenito closed 1 month ago

Svenito commented 1 month ago

The lines to replace the esbuild with were specific to a Windows environment, calling cmd

This patch replaces these calls with the npm and node commands with the --prefix option, allowing these commands to run on all platforms that run node or npm

woutdp commented 1 month ago

Thank you :fire: