We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 [email protected] prebuild rimraf dist && rimraf .next [email protected] build npm run build:nest && npm run build:next [email protected] 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:
No branches or pull requests
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: