Skip to content

Error parsing triggers: Cannot find module 'tslib' #608

Closed
@its-dibo

Description

@its-dibo

tslib already installed in the same folder with functions.source

firebase.json:

{
"functions": {    
    "source": "."
  }
}

project structure:
|-firebase.json
|-node_nodules
|-dist/firebase/index.js <-- contains the functions

package.json:

{
dependencies:{
 "tslib": "^1.10.0",
}
}

repo
deployment details

047d080a-8909-479c-87b4-734cad74b764

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