Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6720a43

Browse files
committed
manual install node
1 parent 410c8b2 commit 6720a43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/dep/ubuntu_init.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ if [ "Y$OPT_BASH" == "Yyes" ];then
3838
fi
3939
fi
4040
if [ "Y$OPT_PHP" == "Yyes" ];then
41-
apt-get install -y npm
4241
npm i -g intelephense
4342
fi
4443

@@ -49,7 +48,6 @@ if [ "Y$OPT_LUA" == "Yyes" ];then
4948
luarocks install --server=http://luarocks.org/dev lua-lsp
5049
fi
5150
if [ "Y$OPT_FE" == "Yyes" ];then
52-
apt-get install -y npm
5351
npm install -g typescript typescript-language-server
5452
npm install -g vscode-css-languageserver-bin
5553
fi

0 commit comments

Comments
 (0)