-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(yarn2): install node_modules for node-modules linker #811
feat(yarn2): install node_modules for node-modules linker #811
Conversation
ab7dfe1
to
9fa61a7
Compare
e8d8d77
to
d7ba67f
Compare
This should be good to go. This works for my unit tests, but it suddenly started breaking after updating to the latest. I think it's related to #815 but I am unsure. @danielleadams can you take a look when you have a chance since I based this off your PR? Thank you. |
d7ba67f
to
be74a82
Compare
@edmorley @danielleadams just wanted to conform there is nothing else I need to do with this PR. I didn't find a contributing doc. I added a new unit test and updated Changelog. I tested this locally with my own project as well and it worked. |
Thanks @mlavina! Sorry, this week has been a little crazy, but thanks for the PR. I'll try to take a look by EOD |
@danielleadams thank you. Sorry for adding extra work to your plate, haha. |
closing in favor of #821 |
Branching off this comment #795 (comment) because I want to use heroku buildpack with yarn 2 and
nodeLinker: node-modules
This is a rough draft to through something up. Will convert to a regular draft when it's ready to be reviewed.