Burak Yigit Kaya
Burak Yigit Kaya
This looks a lot like a duplicate of #2591 so closing in favor of that. Reopen if you don't agree.
@alancnet sure, we always accept well-written and tested PRs
@alancnet don't really see anything that could have fixed this since 1.16.0: https://github.com/yarnpkg/yarn/compare/v1.16.0...master Are you sure this is not something else?
@alancnet ooh, interesting find! I wonder why they diverge and I'd say this is a bug. So you have no issues when installing from `npm` but have issues when you...
@alancnet sorry for the late response! I definitely remember hitting this issue. So when Yarn detects `winpty` it simply uses that without a way to turn off. I think there...
Just confirmed that this is still an issue. Any help welcome.
Hey! This is by design, Yarn hoists all dependencies it can to the workspaces root. Why do you need them inside?
@bsvipas this is not really "fixable" I think. The tool itself would need to check if it is available on the higher level. Can you run things from the workspace...
@jharris4 hey, just tried to reproduce this with latest master and using node 8.1.3 and I got a `yarn.lock` file. Can you try with the latest `yarn` version that is...
@jharris4 - I'm downloading the `.tar.gz` package from Node's site for Node 8 and then use my local repo for yarn: ``` git clone [email protected]:yarnpkg/yarn.git cd yarn yarn; yarn build;...