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

Create a new pull request by comparing changes across two branches #124

Merged
merged 1 commit into from
Aug 15, 2024

Commits on Aug 13, 2024

  1. fix(init): use locally installed version of given package (#7721)

    `npm init` calls `libnpmexec` with path and runPath, for most cases it
    would not matter but when we have a package installed locally on root
    and we want to run `npm init that-package -w workspace` it should
    identify that-package is installed and use that to init new workspace
    package. here the `path` is where node_modules are and `runPath` is cwd
    to run the command.
    Fixes: #7700
    milaninfy committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    91e46a3 View commit details
    Browse the repository at this point in the history