Skip to content
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

build: add long paths awareness on windows #44522

Closed
wants to merge 1 commit into from

Commits on Sep 5, 2022

  1. build: add long paths awareness on windows

    Libuv has a manifest file to enable working with long paths. Node does
    not have that in its manifest and that leads to problems in some cases
    on Windows (eg. realpath.native).
    
    Windows long path test is also improved to cover the mentioned issue.
    
    Fixes: nodejs#39721
    StefanStojanovic committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b1dc708 View commit details
    Browse the repository at this point in the history