Skip to content

Error during file creation (mime.lookup is not a function) #4

Open
@clusterberries

Description

@clusterberries

Hi!
I'm creating a file using new FileAPI.File(path). Recently I reinstalled node_modules in the project and following error occurred: TypeError: mime.lookup is not a function.
I checked node_modules and found that mime module version is 2.0.1. In this version API has been changes (e.g. lookup method was renamed). If I forced npm to install 1.2.11 and it works fine.
Please change mime version in package.json, e.g. "mime": "1.2.11" (without "^") should fix it.
Thanks!

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