Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/0fcd20ec4a611770a4cfd10f23a063a96f685f3c You should set ROOT_URL correctly, otherwise the web may not work correctly.

use npm-cache if installed

pull/2/head
Keivan Beigi 9 years ago
parent 4c5707bba8
commit 0fcd20ec4a

@ -102,7 +102,7 @@ Build()
RunGulp()
{
echo "##teamcity[progressStart 'npm install']"
CheckExitCode npm install
npm-cache install npm || CheckExitCode npm install
echo "##teamcity[progressFinish 'npm install']"
echo "##teamcity[progressStart 'Running Gulp']"

Loading…
Cancel
Save