Pridal: Pred 6 rokmi
Calling npm install command from TFS Build/Release script powershell
Typically use
https://stackoverflow.com/questions/34917977/disable-npm-warnings-as-errors-build-definition-tfs?rq=1
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