-
Notifications
You must be signed in to change notification settings - Fork 183
fix(installDeps): Ensure symlinks are dereferenced on all Node versions #1074
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
Conversation
🦋 Changeset detectedLatest commit: 5a9038a The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
vicb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sommeeeer
Definitely +1 for that given the amount of comments on the Node issue.
Any reason why the PR is in draft state?
|
|
I haven't had time to test it out on a real repo yet. Can do it later tonight |
|
This one is ready to ship now! |
|
Thanks @sommeeeer ! |
I think we should always use the workaround to dereference symlinks manually. Keeping an up to date list of all the affected Node versions would become very tedious as it seems that this issue will be present in upcoming Node versions aswell.
(We could also skip copying the
.binfolder entirely as its mostly used for CLI anyways. In a serverless function that doesn't make sense TBH)Closes #1066
Upstream issue in Node: nodejs/node#59168