Commit 44a12fbf by mvginghina

Advanced dependency installation with registry and legacy peer deps

parent ca440057
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ rm -rf node_modules ...@@ -15,7 +15,7 @@ rm -rf node_modules
# 4. Instalează dependențele # 4. Instalează dependențele
echo "Installing dependencies..." echo "Installing dependencies..."
npm install --force --legacy-peer-deps npm install --force --legacy-peer-deps --registry=https://registry.npmjs.org/
# 5. Construiește aplicația Next.js # 5. Construiește aplicația Next.js
echo "Building Next.js application..." echo "Building Next.js application..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment