Skip to content
New issue

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

error TS2739: Type 'NextWrapperServer' is missing the following properties from type 'NextServer' #620

Open
brunnoarthursoares opened this issue Jan 10, 2025 · 0 comments

Comments

@brunnoarthursoares
Copy link

brunnoarthursoares commented Jan 10, 2025

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). 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant