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",
|
"packageManager": "pnpm@8.14.0",
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
|
"faiss-node",
|
||||||
"sqlite3"
|
"sqlite3"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ settings:
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
onlyBuiltDependencies:
|
onlyBuiltDependencies:
|
||||||
|
- faiss-node
|
||||||
- sqlite3
|
- sqlite3
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
|
|
@ -14430,6 +14431,7 @@ packages:
|
||||||
/faiss-node@0.2.3:
|
/faiss-node@0.2.3:
|
||||||
resolution: {integrity: sha512-HfGhKFjyXPIyAlatcBNjv66q5ZQ43xfIpv8Uc17mIbEye7gbrmzVqAy+OxdlRy0usuLni+Dk1vSXf/z2yyr1Dg==}
|
resolution: {integrity: sha512-HfGhKFjyXPIyAlatcBNjv66q5ZQ43xfIpv8Uc17mIbEye7gbrmzVqAy+OxdlRy0usuLni+Dk1vSXf/z2yyr1Dg==}
|
||||||
engines: {node: '>= 14.0.0'}
|
engines: {node: '>= 14.0.0'}
|
||||||
|
requiresBuild: true
|
||||||
dependencies:
|
dependencies:
|
||||||
bindings: 1.5.0
|
bindings: 1.5.0
|
||||||
node-addon-api: 6.1.0
|
node-addon-api: 6.1.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue