Konstantin Raev
Konstantin Raev
I would look at this from another angle, some FB employees are working on a generic solution to bring appropriate binaries compilation to Yarn https://github.com/yarnpkg/yarn/issues/480#issuecomment-282478727. The idea is to stop...
@roderik, can you share a yarn.lock + package.json that reproduce the issue? The trick with git dependencies is that sometimes hash can be a commit hash and other times it...
Thanks for more data. We are tracking a set of issues related to git hosted dependencies, apparently there are many edge cases to consider. We'll sort it out soon.
Will do, thanks!
We are going to revamp link: feature soon, see https://github.com/yarnpkg/rfcs/pull/34
I could not reproduce on latest [email protected]. Closing. @fugufish and @alexre0, please provide a test script how I can reproduce it not working. Better open a new issue with the...
first time you need to call `yarn link` without package name.
I think we are talking about different issues here. @fugufish, do I understand it right that you `yarn link project-b` and also have a `project-b` in package.json? I think Yarn...
@cloakedninjas, yarn would not run install on linked project, this is expected behavior. Workspaces feature should address this, it is still experimental
Can you do `yarn link some-module` without the double quotes?