kurisubrooks / tfnsw-pids

Sydney Trains Passenger Information Display (PIDs)
17 stars 2 forks source link

Yarn: Unmet Peer Dependancies #1

Closed Anon-4 closed 2 years ago

Anon-4 commented 2 years ago

Hi there, I had tried to install dependancies using yarn install, but it would complete with unmet dependancies.

yarn install v1.22.18
warning ../package.json: No license field
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning " > eslint-config-react-app@6.0.0" has unmet peer dependency "@typescript-eslint/eslint-plugin@^4.0.0".
warning " > eslint-config-react-app@6.0.0" has unmet peer dependency "@typescript-eslint/parser@^4.0.0".
warning " > eslint-config-react-app@6.0.0" has incorrect peer dependency "eslint-plugin-flowtype@^5.2.0".
warning "react-scripts > @typescript-eslint/eslint-plugin > tsutils@3.20.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
[4/4] 🔨  Building fresh packages...
✨  Done in 61.13s.
kurisubrooks commented 2 years ago

These are just warnings and don't interfere with installation or running the project at all, so they can be safely ignored.