We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Not sure how critical this is. I will keep on reporting, upon encountering further issues.
The text was updated successfully, but these errors were encountered: