Skip to content

error TS2305: Module '"./common/manifest"' has no exported member 'ManifestEndpoint' #1031

@pprachit09

Description

@pprachit09

After updating firebase-functions to 3.17.0, I am facing an issue while deploying the changes.

firebase deploy --only functions

node_modules/firebase-functions/lib/cloud-functions.d.ts(5,10): error TS2305: Module '"./common/manifest"' has no exported member 'ManifestEndpoint'. node_modules/firebase-functions/lib/cloud-functions.d.ts(5,28): error TS2305: Module '"./common/manifest"' has no exported member 'ManifestRequiredAPI'. node_modules/firebase-functions/lib/providers/https.d.ts(3,10): error TS2305: Module '"../common/manifest"' has no exported member 'ManifestEndpoint'. node_modules/firebase-functions/lib/providers/https.d.ts(3,28): error TS2305: Module '"../common/manifest"' has no exported member 'ManifestRequiredAPI'.

Reverting back to 3.16.0 in package.json resolves the issue for me.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions