skyrpex / laravel-nuxt-js

Build a SPA with Laravel and Nuxt.
https://www.npmjs.com/package/laravel-nuxt
MIT License
146 stars 20 forks source link

Spawn's detached options is awkward in Windows #11

Open skyrpex opened 5 years ago

skyrpex commented 5 years ago

Detached opens new CLI windows, which is awkward. Maybe we can get rid of it... but I remember having some problems killing child processes.

It's used here: https://github.com/skyrpex/laravel-nuxt-js/blob/ad93f70064c01fbedff72da9f4ce3237e7025843/bin/laravel-nuxt-dev.js#L57 https://github.com/skyrpex/laravel-nuxt-js/blob/ad93f70064c01fbedff72da9f4ce3237e7025843/bin/laravel-nuxt-dev.js#L74