We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a347e commit 2bbe5a8Copy full SHA for 2bbe5a8
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"install": "npm run libchdb && npm run build",
12
"test": "mocha",
13
- "libchdb": "curl -sL https://lib.chdb.io | bash",
+ "libchdb": "curl -sL https://lib.chdb.io | bash && cp -a /usr/local/lib/libchdb.so ./ && cp -a /usr/local/include/chdb.h ./",
14
"fixloaderpath": "./fix_loader_path.sh",
15
"build": "node-gyp configure build --verbose && npm run fixloaderpath"
16
},
0 commit comments