Pridal: Pred 5 rokmi
Calling npm install command from TFS Build/Release script powershell
Invoke-Expression -Command:'npm install --loglevel=error --no-update-notifier';

Typically use
npm install --loglevel=error --no-update-notifier


https://stackoverflow.com/questions/34917977/disable-npm-warnings-as-errors-build-definition-tfs?rq=1
Top