Fix faiss-node not building when using pnpm
This commit is contained in:
parent
534d6e4bbf
commit
f98509226d
|
|
@ -55,6 +55,7 @@
|
|||
"packageManager": "pnpm@8.14.0",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"faiss-node",
|
||||
"sqlite3"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ settings:
|
|||
excludeLinksFromLockfile: false
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- faiss-node
|
||||
- sqlite3
|
||||
|
||||
overrides:
|
||||
|
|
@ -14430,6 +14431,7 @@ packages:
|
|||
/faiss-node@0.2.3:
|
||||
resolution: {integrity: sha512-HfGhKFjyXPIyAlatcBNjv66q5ZQ43xfIpv8Uc17mIbEye7gbrmzVqAy+OxdlRy0usuLni+Dk1vSXf/z2yyr1Dg==}
|
||||
engines: {node: '>= 14.0.0'}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
bindings: 1.5.0
|
||||
node-addon-api: 6.1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue