Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Build failure: LevelDOWN undefined #6

@PsychoLlama

Description

@PsychoLlama

In package.json, "abstract-stream-leveldown" was listed as any version *, and a breaking change hit through a rename. sheet-down.js tries to import LevelDOWN, but the name has since been changed to AbstractStreamLevelDOWN, leaving things undefined, causing an error to be thrown if the user tries to require the module.

require('sheet-down')
// TypeError: Super expression must either be null or a function, not undefined

^^ caused by import misnomer.

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