AlkantarClanX12

Your IP : 3.138.134.221


Current Path : /opt/alt/alt-nodejs19/root/lib/node_modules/corepack/shims/
Upload File :
Current File : //opt/alt/alt-nodejs19/root/lib/node_modules/corepack/shims/npx.cmd

@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\dist\npx.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\dist\npx.js" %*
)