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

Windows: Add preliminary WSL support for npm and npx #253

Closed
wants to merge 7 commits into from

Commits on Sep 20, 2019

  1. windows: Add preliminary WSL support for npm

    This commit would make it possible to run `npm` installed on Windows within Windows Subsystem for Linux.
    
    It is required, however, that the end of line characters of `npm` and `npx` be `\n` for the fix to take effect.
    infinnie committed Sep 20, 2019
    Copy the full SHA
    eb938a5 View commit details
    Browse the repository at this point in the history
  2. windows: Add preliminary WSL support for npx

    This commit would make it possible to run `npx` installed on Windows within Windows Subsystem for Linux.
    
    It is required, however, that the end of line characters of `npm` and `npx` be `\n` for the fix to take effect.
    infinnie committed Sep 20, 2019
    Copy the full SHA
    9db8a3a View commit details
    Browse the repository at this point in the history
  3. fix: spelling within npx

    infinnie committed Sep 20, 2019
    Copy the full SHA
    00fe2a0 View commit details
    Browse the repository at this point in the history
  4. windows: run the corresponding command prompt

    Run the corresponding command prompt when Node for Windows is executed within WSL.
    infinnie committed Sep 20, 2019
    Copy the full SHA
    179c892 View commit details
    Browse the repository at this point in the history
  5. windows: ditto for npx

    infinnie committed Sep 20, 2019
    Copy the full SHA
    2d5bdac View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Copy the full SHA
    b3e243c View commit details
    Browse the repository at this point in the history
  2. windows: ditto for npx

    infinnie committed Sep 23, 2019
    Copy the full SHA
    baa091a View commit details
    Browse the repository at this point in the history