Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings during yarn install #66

Open
mgarbade opened this issue Oct 10, 2024 · 0 comments
Open

Warnings during yarn install #66

mgarbade opened this issue Oct 10, 2024 · 0 comments

Comments

@mgarbade
Copy link

I was setting up node, yarn for installation. As the project uses an older react version (17), I also need older node versions:

nvm install 14
nvm use 14
npm install -g yarn@latest

During installation, I'm getting the following warnings:

> yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > @mindee/[email protected]" has unmet peer dependency "@material-ui/[email protected]".
warning " > @tensorflow-models/[email protected]" has unmet peer dependency "@tensorflow/tfjs-converter@^3.3.0".
warning " > @tensorflow-models/[email protected]" has unmet peer dependency "@tensorflow/tfjs-core@^3.3.0".
warning "@tensorflow/tfjs > @tensorflow/[email protected]" has unmet peer dependency "seedrandom@~2.4.3".
warning " > @testing-library/[email protected]" has unmet peer dependency "@testing-library/dom@>=7.21.4".
[4/4] Building fresh packages...

Not sure how critical this is. I will keep on reporting, upon encountering further issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant