Skip to content

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

@brunnoarthursoares

Description

@brunnoarthursoares

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). 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions