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

doc: fix copy node executable in Windows #48624

Merged

Commits on Jul 1, 2023

  1. doc: fix copy node executable in Windows

    Windows where command lists all places it finds a pattern in Path.
    The first one is the one that executes when called.
    So the old code was overriding the first executable by any other match.
    yoavain committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    8174451 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. doc: fix copy node executable in Windows

    Found a much easier solution for copying the node executable using native node.
    Can probably be consolidated to all OSs.
    yoavain committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    4adbf5a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. doc: fix copy node executable in Windows

    Merged command for both PowerShell and Command Prompt
    yoavain committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    32bdacd View commit details
    Browse the repository at this point in the history