mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 22:18:07 +00:00
Install Thunderhub with legacy-peer-deps
This commit is contained in:
parent
f80bca55e1
commit
1a44084ac6
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user