File tree Expand file tree Collapse file tree
openvidu-components-angular Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ TUTORIALS=(
77 ' openvidu-complete-app/frontend'
88 ' openvidu-custom-activities-panel'
99 ' openvidu-custom-chat-panel'
10+ ' openvidu-custom-lang'
1011 ' openvidu-custom-layout'
1112 ' openvidu-custom-panels'
1213 ' openvidu-custom-participant-panel-item'
@@ -17,16 +18,18 @@ TUTORIALS=(
1718 ' openvidu-custom-ui'
1819 ' openvidu-toggle-hand'
1920 ' openvidu-toolbar-buttons'
20- ' openvidu-toolbar-panel-buttons' ,
21+ ' openvidu-toolbar-panel-buttons'
2122)
2223
2324for tutorial in " ${TUTORIALS[@]} "
2425do
2526 echo " Installing modules in $tutorial , please wait ..."
2627
27- cd $tutorial
28+ pushd " $tutorial " || exit 1
29+
2830 # rm package-lock.json
31+ npm version 3.2.0
2932 npm i openvidu-components-angular@latest
30- cd ..
33+ popd || exit 1
3134
3235done
You can’t perform that action at this time.
0 commit comments