Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
13.04k stars 1.5k forks source link

Warnings when installing node dependencies while upgrading PeerTube on FreeBSD #5417

Closed quicktrick closed 1 year ago

quicktrick commented 1 year ago

Describe the problem

FreeBSD 13.1 Node dependencies installation log:

➜ ~ # cd /var/www/peertube/versions/peertube-${VERSION} && \
    sudo -H -u peertube yarn install --production --pure-lockfile
yarn install v1.22.18
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "jpeg-js@0.4.4" is incompatible with requested version "jpeg-js@0.4.2"
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > @aws-sdk/lib-storage@3.165.0" has unmet peer dependency "@aws-sdk/abort-controller@^3.0.0".
warning " > @typescript-eslint/eslint-plugin@5.36.2" has unmet peer dependency "@typescript-eslint/parser@^5.0.0".
warning "swagger-cli > @apidevtools/swagger-cli > @apidevtools/swagger-parser@10.1.0" has unmet peer dependency "openapi-types@>=7".
warning Workspaces can only be enabled in private projects.
[5/5] Building fresh packages...
warning Your current version of Yarn is out of date. The latest version is "1.22.19", while you're on "1.22.18".
$ test -n "$NOCLIENT" || (cd client && yarn install --pure-lockfile)
yarn install v1.22.18
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > primeng@14.0.2" has unmet peer dependency "primeicons@^5.0.0".
warning " > wdio-chromedriver-service@7.3.2" has unmet peer dependency "webdriverio@^7.0.0".
[4/4] Building fresh packages...
Done in 46.71s.
Done in 132.63s.

Should I pay attention to these warnings or can I ignore them?

Additional information

Chocobozzz commented 1 year ago

Hello,

You can ignore them.