Add
This commit is contained in:
parent
9371647c18
commit
45a0f7c030
|
|
@ -5,8 +5,12 @@ set -e
|
||||||
|
|
||||||
echo "[+] Starting Initialization Process..."
|
echo "[+] Starting Initialization Process..."
|
||||||
|
|
||||||
|
# پاک کردن کشهای قدیمی و تداخلهای باینری ویندوز/لینوکس
|
||||||
|
echo "[+] Cleaning old node_modules to prevent native binding conflicts..."
|
||||||
|
rm -rf node_modules package-lock.json
|
||||||
|
|
||||||
# بررسی و نصب پکیجهای NPM
|
# بررسی و نصب پکیجهای NPM
|
||||||
echo "[+] Installing NPM dependencies..."
|
echo "[+] Installing NPM dependencies (Node 20+)..."
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# کامپایل کردن فایلهای Tailwind و Alpine برای پروداکشن
|
# کامپایل کردن فایلهای Tailwind و Alpine برای پروداکشن
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user