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
$ yarn why stylelint
yarn why v0.27.5
[1/4] Why do we have the module "stylelint"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
info Has been hoisted to "stylelint"
info This module exists because it's specified in "devDependencies".
info Disk size without dependencies: "3.59MB"
info Disk size with unique dependencies: "13.51MB"
info Disk size with transitive dependencies: "35.55MB"
info Number of shared dependencies: 127
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
A package being installed twice with different versions where it should be installed once.
Failing to dedupe.
If the current behavior is a bug, please provide the steps to reproduce.
In
package.json
:stylelint-webpack-plugin
has in it'spackage.json
:Installing using Yarn v0.27.5
Installing using npm v5.0.3
Works as expected.
Running
npm ls stylelint
:What is the expected behavior?
^7.7.0
should have installed the latest release7.12.0
(stylelint on npm)yarn why
should show version info and also why the7.11.0
version was installedPlease mention your node.js, yarn and operating system version.
Node v6.9.1
npm v5.0.3
Yarn v0.27.5
macOS 10.12.5
Related:
The text was updated successfully, but these errors were encountered: