-
-
Notifications
You must be signed in to change notification settings - Fork 848
Closed
Description
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
Labels
No labels