You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or simply via Docker image: node:latest (8753edeb1aa3)
Description
Unmet (missing?) dependencies warning during package installation.
The issue apparently hasn't been an offender in practice.
The warning is only flagged by yarn.
Same happens when doing npm install, just with a slightly different message:
npm WARN @fortawesome/[email protected] requires a peer of react@^16.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react@>=0.14.0 || >15.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react@^15.x || ^16.x but none is installed. You must install peer dependencies yourself.
Environment/Browser
node:latest
(8753edeb1aa3)Description
Unmet (missing?) dependencies warning during package installation.
The issue apparently hasn't been an offender in practice.
The warning is only flagged by
yarn
.Steps to reproduce
yarn install
Expected result
Nothing.
Actual result
Reproducible
Can be consistently reproduced.
The text was updated successfully, but these errors were encountered: