Install Thunderhub with legacy-peer-deps

This commit is contained in:
Taylor Helsper 2022-05-06 15:57:53 -05:00
parent f80bca55e1
commit 1a44084ac6

View File

@ -836,7 +836,7 @@ if should_install_app "thunderhub" ; then
sudo -u bitcoin mv thunderhub-* thunderhub sudo -u bitcoin mv thunderhub-* thunderhub
cd thunderhub cd thunderhub
sudo -u bitcoin npm install # --only=production # (can't build with only production) sudo -u bitcoin npm install --legacy-peer-deps # --only=production # (can't build with only production)
sudo -u bitcoin npm run build sudo -u bitcoin npm run build
sudo -u bitcoin npx next telemetry disable sudo -u bitcoin npx next telemetry disable