mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 14:08:07 +00:00
Install Thunderhub with legacy-peer-deps
This commit is contained in:
parent
1a44084ac6
commit
54acf9bb7d
|
@ -802,7 +802,7 @@ if [ "$CURRENT" != "$THUNDERHUB_VERSION" ]; then
|
|||
sudo -u bitcoin mv thunderhub-* 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 npx next telemetry disable
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user