woutdp / live_svelte

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

Make Installation instruction platform agnostic #130

Closed Svenito closed 6 months ago

Svenito commented 6 months 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 6 months ago

Thank you :fire: