Skip to content

TypeError: fastify.register is not a function #34

@lynxionxs

Description

@lynxionxs

When i use the example code and run node server i get the error TypeError: fastify.register is not a function

const fastify = require('fastify');

fastify.register(require('fastify-postgres'), {
    connectionString: 'postgres://[email protected]/testdb'
});

// ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions