diff --git a/app/Console/Commands/Install.php b/app/Console/Commands/Install.php index 11f533e..60c5017 100644 --- a/app/Console/Commands/Install.php +++ b/app/Console/Commands/Install.php @@ -56,8 +56,8 @@ class Install extends Command // Command stack - $npm = new Process(['npm', 'install'], $basePath); - $npmBuild = new Process(['npm', 'run dev'], $basePath); + $npm = new Process(['npm install', ''], $basePath); + $npmBuild = new Process(['npm run dev', ''], $basePath); $this->info('>> Installing and preparing dependencies. This may take a while, depending on your computer.');