.
, npm ( test.bat), :
@ECHO OFF
call npm install jquery 2<&1 || exit /b 1
ECHO Continuing...
, test.bat, :
jquery@2.1.3 node_modules\jquery
Continuing...
, "jquery" , (.. npm, , , % ERRORLEVEL%), :
npm ERR! Windows_NT 6.2.9200
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "asdasdas"
npm ERR! node v0.10.33
npm ERR! npm v2.3.0
npm ERR! code ETARGET
npm ERR! notarget No compatible version found: undefined@'*'
npm ERR! notarget No valid targets found.
npm ERR! notarget Perhaps not compatible with your version of node?
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Projects\XXXX\npm-debug.log
. "ECHO Continuing" .
"2<&1", , STDERR STDOUT: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/redirection.mspx?mfr=true
"... handle 2 ( , STDERR), ipconfig 1 ( , STDOUT)..."
fooobar.com/questions/298242/...