X7ROOT File Manager
Current Path:
/opt/alt/alt-nodejs22/root/usr/lib/node_modules/corepack/shims/nodewin
opt
/
alt
/
alt-nodejs22
/
root
/
usr
/
lib
/
node_modules
/
corepack
/
shims
/
nodewin
/
ðŸ“
..
📄
corepack
(322 B)
📄
corepack.cmd
(218 B)
📄
corepack.ps1
(865 B)
📄
npm
(312 B)
📄
npm.cmd
(208 B)
📄
npm.ps1
(845 B)
📄
npx
(312 B)
📄
npx.cmd
(208 B)
📄
npx.ps1
(845 B)
📄
pnpm
(314 B)
📄
pnpm.cmd
(210 B)
📄
pnpm.ps1
(849 B)
📄
pnpx
(314 B)
📄
pnpx.cmd
(210 B)
📄
pnpx.ps1
(849 B)
📄
yarn
(314 B)
📄
yarn.cmd
(210 B)
📄
yarn.ps1
(849 B)
📄
yarnpkg
(320 B)
📄
yarnpkg.cmd
(216 B)
📄
yarnpkg.ps1
(861 B)
Editing: pnpm.ps1
#!/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/node_modules/corepack/dist/pnpm.js" $args } else { & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/pnpm.js" $args } $ret=$LASTEXITCODE } else { # Support pipeline input if ($MyInvocation.ExpectingInput) { $input | & "node$exe" "$basedir/node_modules/corepack/dist/pnpm.js" $args } else { & "node$exe" "$basedir/node_modules/corepack/dist/pnpm.js" $args } $ret=$LASTEXITCODE } exit $ret
Upload File
Create Folder