rtl: 0.13.2 -> 0.13.4
This commit is contained in:
parent
84fc4d48d3
commit
6291d4fbea
3 changed files with 10 additions and 4 deletions
|
|
@ -37,6 +37,9 @@ PATH=/tmp/nix-bitcoin-dev/nodejs/bin:"$PATH"
|
|||
|
||||
# Install
|
||||
npm ci --omit=dev --omit=optional --no-update-notifier --ignore-scripts
|
||||
# If the above fails, try: (details: https://github.com/Ride-The-Lightning/RTL/issues/1182)
|
||||
npm ci --omit=dev --omit=optional --no-update-notifier --ignore-scripts --legacy-peer-deps
|
||||
|
||||
|
||||
# Run
|
||||
node rtl --help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue