prototypo icon indicating copy to clipboard operation
prototypo copied to clipboard

yarn Warnings

Open username1290 opened this issue 6 years ago • 1 comments

after running yarn got these warnings:

$ yarn
yarn install v1.1.0
[1/5] 🔍  Validating package.json...
[2/5] 🔍  Resolving packages...
[3/5] 🚚  Fetching packages...
warning Pattern ["lifespan@franzpoize/lifespan"] is trying to unpack in the same destination "/Users/macbook/Library/Caches/Yarn/v1/npm-lifespan-5.0.1" as pattern ["lifespan@FranzPoize/lifespan#master","lifespan@^5.0.1"]. This could result in a non deterministic behavior, skipping.
warning Pattern ["remutable@FranzPoize/remutable#master"] is trying to unpack in the same destination "/Users/macbook/Library/Caches/Yarn/v1/npm-remutable-3.0.1" as pattern ["remutable@franzpoize/remutable"]. This could result in a non deterministic behavior, skipping.
[4/5] 🔗  Linking dependencies...
warning "[email protected]" has incorrect peer dependency "react@^15.4.2".
warning "[email protected]" has unmet peer dependency "redux@^2.0.0 || ^3.0.0".
warning "[email protected]" has unmet peer dependency "graphql@^0.9.0 || ^0.10.0".
warning "[email protected]" has incorrect peer dependency "react@>=15.5.0".
warning "[email protected]" has incorrect peer dependency "react-dom@>=15.5.0".
warning "[email protected]" has incorrect peer dependency "react@^15.5.x || ^16.x".
warning "[email protected]" has incorrect peer dependency "react-dom@^15.5.x || ^16.x".
warning "@storybook/[email protected]" has unmet peer dependency "@storybook/addons@^3.2.6".
warning "@storybook/[email protected]" has unmet peer dependency "@storybook/channels@^3.2.0".
warning "@storybook/[email protected]" has unmet peer dependency "babel-core@^6.25.0".
warning "[email protected]" has unmet peer dependency "babel-core@6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc".
warning "[email protected]" has incorrect peer dependency "webpack@2".
warning "[email protected]" has incorrect peer dependency "react-dom@^15.5.4".
warning "[email protected]" has incorrect peer dependency "webpack@^2.2.0".
warning "[email protected]" has unmet peer dependency "@kadira/storybook@^2.3.0".
warning "[email protected]" has incorrect peer dependency "react@^15.6.1".
warning "[email protected]" has incorrect peer dependency "node-sass@^3.4.2".
warning "[email protected]" has incorrect peer dependency "webpack@^1.12.6 || ^2.1.0-beta".
warning "[email protected]" has unmet peer dependency "svgo@>=0.4.0".

username1290 avatar Sep 29 '17 17:09 username1290

Thanks for reporting these, we are aware of them and updating our dependencies takes time to check we are not breaking anything. Leaving this issue open as a reminder.

YoruNoHikage avatar Oct 03 '17 09:10 YoruNoHikage