Warnings when install Latest PeerTube version is v5.2.0

I am new to peertube. and this is the 2nd time I am installing it.I am wondering if I shall do anything regarding the following warnings(listed in the very end):

Latest PeerTube version is v5.2.0
root#localhost:/var/www/peertube# cd /var/www/peertube
sudo -u peertube mkdir config storage versions
sudo -u peertube chmod 750 config/
root#localhost:/var/www/peertube# cd versions
sudo -u peertube wget -q « https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip »
root#localhost:/var/www/peertube/versions# sudo -u peertube unzip -q peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip
root#localhost:/var/www/peertube/versions# cd /var/www/peertube
sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest
root#localhost:/var/www/peertube# cd ./peertube-latest
sudo -H -u peertube yarn install --production --pure-lockfile
yarn install v1.22.19
[1/4] Resolving packages…
[2/4] Fetching packages…
warning chart.js#4.3.0: The engine « pnpm » appears to be invalid.
[3/4] Linking dependencies…


warning « #angular-devkit/build-angular > postcss-loader > cosmiconfig-typescript-loader#4.3.0 » has unmet peer dependency « ts-node#>=10 ».
warning " > #ng-bootstrap/ng-bootstrap#14.2.0" has incorrect peer dependency « #angular/common#^15.0.0 ».
warning " > #ng-bootstrap/ng-bootstrap#14.2.0" has incorrect peer dependency « #angular/core#^15.0.0 ».
warning " > #ng-bootstrap/ng-bootstrap#14.2.0" has incorrect peer dependency « #angular/forms#^15.0.0 ».
warning " > #ng-bootstrap/ng-bootstrap#14.2.0" has incorrect peer dependency « #angular/localize#^15.0.0 ».
warning " > #ng-select/ng-select#10.0.4" has incorrect peer dependency « #angular/common#<16.0.0 ».
warning " > #ng-select/ng-select#10.0.4" has incorrect peer dependency « #angular/core#<16.0.0 ».
warning " > #ng-select/ng-select#10.0.4" has incorrect peer dependency « #angular/forms#<16.0.0 ».
warning " > wdio-chromedriver-service#8.1.1" has unmet peer dependency « webdriverio#^7.0.0 || ^8.0.0-alpha.219 ».
warning " > wdio-geckodriver-service#5.0.1" has unmet peer dependency « webdriverio#^8.0.0 ».
[4/4] Building fresh packages…
Done in 86.77s.
Done in 187.02s.


Do I need to do anything regarding the above warnings?

No, you can ignore them :slight_smile:

1 « J'aime »