PATH:
usr
/
lib
/
node_modules
/
corepack
/
shims
#!/usr/bin/env pwsh $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent $exe="" if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { # Fix case when both the Windows and Linux builds of Node # are installed in the same directory $exe=".exe" } $ret=0 if (Test-Path "$basedir/node$exe") { # Support pipeline input if ($MyInvocation.ExpectingInput) { $input | & "$basedir/node$exe" "$basedir/../dist/npm.js" $args } else { & "$basedir/node$exe" "$basedir/../dist/npm.js" $args } $ret=$LASTEXITCODE } else { # Support pipeline input if ($MyInvocation.ExpectingInput) { $input | & "node$exe" "$basedir/../dist/npm.js" $args } else { & "node$exe" "$basedir/../dist/npm.js" $args } $ret=$LASTEXITCODE } exit $ret
[-] pnpm
[edit]
[-] pnpm.ps1
[edit]
[-] pnpm.cmd
[edit]
[-] npx
[edit]
[-] pnpx.cmd
[edit]
[-] corepack.ps1
[edit]
[-] pnpx.ps1
[edit]
[-] yarn
[edit]
[-] yarn.cmd
[edit]
[-] npx.ps1
[edit]
[-] corepack.cmd
[edit]
[-] corepack
[edit]
[-] yarnpkg
[edit]
[-] yarnpkg.cmd
[edit]
[+]
..
[-] npm.cmd
[edit]
[+]
nodewin
[-] npm.ps1
[edit]
[-] npx.cmd
[edit]
[-] yarn.ps1
[edit]
[-] yarnpkg.ps1
[edit]
[-] npm
[edit]
[-] pnpx
[edit]