Skip to content

[BUG] yarn 2 pnp issues #1312

@regevbr

Description

@regevbr

The library requires the node-gyp package when there is no existing pre built binaries but it is not declared as a dependency.

Because yarn 2 uses PlugNPlay, it is not allowed to use non declared dependencies, causing my CI tools to fail

Temp fix is to add to .yarnrc.yml

packageExtensions:
  sqlite3@*:
    dependencies:
      node-gyp: "*"

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