You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -258,10 +257,6 @@ async function installNodeModuleInTempDirAndCopyToCurrent(packageName, toCopy) {
258
257
}
259
258
260
259
fs.unlinkSync(`${targetDir}/build.tar.gz`);
261
-
fs.rmSync(`${targetDir}/build`,{
262
-
recursive: true,
263
-
force: true,
264
-
});
265
260
266
261
// Download and unzip prebuilt esbuild binary for the target
267
262
console.log(`[info] Downloading esbuild for ${target}...`);
@@ -300,7 +295,8 @@ async function installNodeModuleInTempDirAndCopyToCurrent(packageName, toCopy) {
300
295
`${targetDir}/continue-binary${exe}`,
301
296
`${targetDir}/esbuild${exe}`,
302
297
`${targetDir}/index.node`,// @lancedb
303
-
`${targetDir}/node_sqlite3.node`,
298
+
"package.json",// Informs of where to look for node_sqlite3.node https://www.npmjs.com/package/bindings#:~:text=The%20searching%20for,file%20is%20found
0 commit comments