gulpjs / gulp-util

[deprecated] - See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
MIT License
830 stars 103 forks source link

yarn skip to add this dues to non-deterministic behavior #139

Closed zymr-keshav closed 7 years ago

zymr-keshav commented 7 years ago

when try to add yarn add gulp-util -D it gives warning in terminal

warning Pattern ["gulp-util@^3.0.8"] is trying to unpack in the same destination "/Users/keshav.m/Library/Caches/Yarn/v1/npm-gulp-util-3.0.8-0054e1e744502e27c04c187c3ecc505dd54bbb4f" as pattern ["gulp-util@^3.0.0","gulp-util@^3.0.7","gulp-util@^3.0.6","gulp-util@3.0.8","gulp-util@^3.0.8"]. This could result in a non deterministic behavior, skipping.

why is this happening? even gulp util is working fine but this thing bothers me

yocontra commented 7 years ago

Sounds like a yarn bug, you should open a ticket there.