SNRK-85: script to install dependencies is added

This commit is contained in:
liubar.pa 2023-05-06 19:43:51 +03:00
parent a13c4a8e8c
commit 1dfb5d8772

View File

@ -0,0 +1,6 @@
sudo apt-get install -y python3
sudo apt-get install -y nodejs
sudo apt-get install -y npm
cd ../src/main/nodejs
sudo npm install .