Current Path : /opt/alt/alt-nodejs14/root/lib/node_modules/corepack/shims/ |
Current File : //opt/alt/alt-nodejs14/root/lib/node_modules/corepack/shims/npm.cmd |
@SETLOCAL @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\dist\npm.js" %* ) ELSE ( @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\dist\npm.js" %* )