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

module: add --preserve-symlinks command line flag #6537

Closed
wants to merge 1 commit into from

Commits on May 13, 2016

  1. src: add --preserve-symlinks command line flag

    Add the `--preserve-symlinks` flag. This makes the changes added
    in nodejs#5950 conditional. By default the old behavior is used. With
    the flag set, symlinks are preserved, switching to the new
    behavior. This should be considered to be a temporary solution
    until we figure out how to solve the symlinked peer dependency
    problem in a more general way that does not break everything
    else.
    
    Additional test cases are included.
    jasnell committed May 13, 2016
    Configuration menu
    Copy the full SHA
    a954c36 View commit details
    Browse the repository at this point in the history