mithi / epic-react-exercises

Practical React exercises with detailed solutions.
https://epic-react-exercises.vercel.app
Apache License 2.0
161 stars 39 forks source link

Remove warnings when building #120

Open mithi opened 3 years ago

mithi commented 3 years ago
02:34:44.495    Installing dependencies...
02:34:47.746    npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
02:34:53.536    npm WARN @reach/dialog@0.12.1 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
02:34:53.545    npm WARN @reach/dialog@0.12.1 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
02:34:53.553    npm WARN @reach/portal@0.12.1 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
02:34:53.561    npm WARN @reach/portal@0.12.1 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
02:34:53.569    npm WARN @reach/utils@0.12.1 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
02:34:53.577    npm WARN @reach/utils@0.12.1 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
02:34:53.586    npm WARN react-markdown@5.0.3 requires a peer of @types/react@>=16 but none is installed. You must install peer dependencies yourself.
02:34:53.599    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
02:34:53.599    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
02:34:53.613    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):
02:34:53.613    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})