PHP 8.2.30
Preview: yarnpkg.ps1 Size: 781 B
/opt/alt/alt-nodejs24/root/lib/node_modules/corepack/shims/yarnpkg.ps1

#!/usr/bin/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/yarnpkg.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../dist/yarnpkg.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../dist/yarnpkg.js" $args
  } else {
    & "node$exe"  "$basedir/../dist/yarnpkg.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret

Directory Contents

Dirs: 1 × Files: 21

Name Size Perms Modified Actions
nodewin DIR
- drwxr-xr-x 2026-03-14 07:01:53
Edit Download
284 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
180 B lrw-r--r-- 2026-02-23 07:37:48
Edit Download
785 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
274 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
170 B lrw-r--r-- 2026-02-23 07:37:48
Edit Download
765 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
274 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
170 B lrw-r--r-- 2026-02-23 07:37:48
Edit Download
765 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
276 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
172 B lrw-r--r-- 2026-02-23 07:37:48
Edit Download
769 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
276 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
172 B lrw-r--r-- 2026-02-23 07:37:48
Edit Download
769 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
276 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
172 B lrw-r--r-- 2026-02-23 07:37:48
Edit Download
769 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
282 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download
178 B lrw-r--r-- 2026-02-23 07:37:48
Edit Download
781 B lrwxr-xr-x 2026-02-23 07:37:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).