Skip to content

Commit

Permalink
[Skip Render] Update install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
SLey3 authored Feb 29, 2024
1 parent fc21941 commit 6bd8aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ IF exist "!CD!\static\node_modules" (
echo "ESC[32m[SYSTEM] Tailwindcss is installed ESC[0m"
) ELSE (
echo "ESC[31m[SYSTEM] Tailwindcss is not installed. Installing tailwindcss... ESC[0m"
call npm install tailwindcss --prefix %CD%\static
call npm install tailwindcss --prefix !CD!\static
echo "ESC[32m[SYSTEM] Tailwindcss installed ESC[0m"
)
echo "[SYSTEM] Checking for flowbite..."
IF exist "!CD!\static\node_modules\flowbite" (
echo "ESC[32m[SYSTEM] Flowbite is installed ESC[0m"
) ELSE (
echo "ESC[31m[SYSTEM] Flowbite is not installed. Installing flowbite... ESC[0m"
call npm install flowbite --prefix %CD%\static
call npm install flowbite --prefix !CD!\static
echo "ESC[32m[SYSTEM] Flowbite installed ESC[0m"
)
echo "ESC[32m[SYSTEM] Node dependencies installed, installation complete ESC[0m"
Expand Down

0 comments on commit 6bd8aec

Please sign in to comment.