Commit 0ebf8330 authored by tywldx's avatar tywldx

fix http://172.16.3.15:4873 npm server

parent f573bb17
...@@ -116,7 +116,7 @@ function buildNodeProject() ...@@ -116,7 +116,7 @@ function buildNodeProject()
rm -rf ./$config_file rm -rf ./$config_file
echo " ------------ln -s $config_path/node/$project.* ./$config_file" echo " ------------ln -s $config_path/node/$project.* ./$config_file"
ln -s $config_path/node/$project.* ./$config_file ln -s $config_path/node/$project.* ./$config_file
npm --registry http://192.168.3.7:4873 install npm --registry http://172.16.3.15:4873 install
} }
function buildPythonProject() function buildPythonProject()
......
...@@ -71,7 +71,7 @@ function buildUiProject() ...@@ -71,7 +71,7 @@ function buildUiProject()
fi fi
if [ "$node_version" = "node4" ] ;then if [ "$node_version" = "node4" ] ;then
echo "----node-V4---${node4_path}/npm --registry http://192.168.3.7:4873 install" echo "----node-V4---${node4_path}/npm install"
${node4_path}/npm install ${node4_path}/npm install
else else
npm install npm install
...@@ -110,7 +110,7 @@ function buildNodeProject() ...@@ -110,7 +110,7 @@ function buildNodeProject()
rm -rf ./$config_file rm -rf ./$config_file
echo " ------------ln -s $config_path/node/$project.* ./$config_file" echo " ------------ln -s $config_path/node/$project.* ./$config_file"
ln -s $config_path/node/$project.* ./$config_file ln -s $config_path/node/$project.* ./$config_file
npm --registry http://192.168.3.7:4873 install npm --registry http://172.16.3.15:4873 install
} }
function buildPythonProject() function buildPythonProject()
......
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 to comment