You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am installing thunderhub on debian 12.
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
I already have bitcoin core + lnd + lndg + electrs working without problems.
When trying to install thunderhub, I come across this error.
root@btc:~/.thunderhub# npm run build
thunderhub@0.13.31 prebuild
rimraf dist && rimraf .next
thunderhub@0.13.31 build
npm run build:nest && npm run build:next
thunderhub@0.13.31 build:nest
nest build
src/server/modules/view/view.service.ts:15:7 - error TS2739: Type 'NextWrapperServer' is missing the following properties from type 'NextServer': createServer, getServer, getServerRequestHandler, [SYMBOL_LOAD_CONFIG]
15 this.server = createServer({
~~~~~~~~~~~
Found 1 error(s).
The text was updated successfully, but these errors were encountered:
I am installing thunderhub on debian 12.
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
I already have bitcoin core + lnd + lndg + electrs working without problems.
When trying to install thunderhub, I come across this error.
The text was updated successfully, but these errors were encountered: