File tree Expand file tree Collapse file tree 4 files changed +60
-1752
lines changed Expand file tree Collapse file tree 4 files changed +60
-1752
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ case $choice in
37
37
cd web_app/Source_webapp || { echo " Error: Failed to navigate to web_app directory." ; exit 1; }
38
38
39
39
echo " Installing new packages for web_app via npm..."
40
- if npm install --legacy-peer-deps ; then
40
+ if npm install; then
41
41
echo " Packages for web_app installed successfully."
42
42
else
43
43
echo " Error: Failed to install web_app packages."
@@ -168,7 +168,7 @@ case $choice in
168
168
echo " Removing node_modules for web_app..."
169
169
rm -rf node_modules
170
170
echo " Installing new packages for web_app via npm..."
171
- if npm install --legacy-peer-deps ; then
171
+ if npm install; then
172
172
echo " Packages for web_app installed successfully."
173
173
else
174
174
echo " Error: Failed to install web_app packages."
You can’t perform that action at this time.
0 commit comments