Konstantin Raev
Konstantin Raev
Not me, try add some more logging, the code is quite small. Paste your config, maybe we'll se something out of place
Hey @galvarez421. I think this edge case should be handled because adding a tag of package.json sha1 is unconditional. But there can be an error thrown by git somewhere that...
`yarn check` command is designed to check for consistency between package.json / yarn.lock and node_modules. Could the problem be in documentation and we need to promote this command more?
I think this can be rather useful for Node.js ecosystem as well so npm compatibility would be a huge bonus. @thejameskyle and @ForbesLindesay have good points
@Daniel15 what do you think?
Awesome! Thanks, @devongovett, for stepping up
@devongovett, what do you think of making `knit` just a for of `link` and not a separate command? E.g. all `link:/` dependencies would be knit instead of symlinked to the...
* `yarn link --knit` - same as `yarn knit` in RFC Yes * `yarn add dep --knit` - does what `yarn knit dep` did in the RFC Only if `dep`...
What I tried to say that `knit` is a mode of `link` feature, the implementation could probably piggy-back ride on the link with a conditional action at the end. And...
> Yes, I think knit could be a mode of link: > * yarn link --knit - same as yarn knit in RFC. 👍 What do you think of giving...