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
pnpm install @duckdb/duckdb-wasm
Packages: +27
+++++++++++++++++++++++++++
Progress: resolved 27, reused 27, downloaded 0, added 27, done
WARN Failed to create bin at /Users/azu/ghq/github.com/azu/testa/node_modules/.pnpm/node_modules/.bin/arrow2csv. ENOENT: no such file or directory, open '/Users/azu/ghq/github.com/azu/testa/node_modules/.pnpm/node_modules/apache-arrow/bin/arrow2csv.cjs'
WARN Failed to create bin at /Users/azu/ghq/github.com/azu/testa/node_modules/.pnpm/[email protected]/node_modules/apache-arrow/node_modules/.bin/arrow2csv. ENOENT: no such file or directory, open '/Users/azu/ghq/github.com/azu/testa/node_modules/.pnpm/[email protected]/node_modules/apache-arrow/bin/arrow2csv.cjs'
WARN Failed to create bin at /Users/azu/ghq/github.com/azu/testa/node_modules/.pnpm/@[email protected]/node_modules/@duckdb/duckdb-wasm/node_modules/.bin/arrow2csv. ENOENT: no such file or directory, open '/Users/azu/ghq/github.com/azu/testa/node_modules/.pnpm/[email protected]/node_modules/apache-arrow/bin/arrow2csv.cjs'
dependencies:
+ @duckdb/duckdb-wasm 1.29.0
This warning is caused by apache-arrow@17 and it is fixed in apache-arrow@18.
So, it need to update to apache-arrow@18 for fixing this issue.
No harm is done, but the warning makes the installation appear to have failed.
To Reproduce
Just install @duckdb/duckdb-wasm with pnpm
pnpm install @duckdb/duckdb-wasm
Browser/Environment:
Node.js v22.6.0
Device:
macOS
DuckDB-Wasm Version:
1.29.0
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
azu
Affiliation:
none
The text was updated successfully, but these errors were encountered:
azu
changed the title
node_modules/.bin/arrow2csv. ENOENT: no such file or directory on installing
"@duckdb/duckdb-wasm/node_modules/.bin/arrow2csv. ENOENT: no such file or directory" on installing
Dec 8, 2024
What happens?
Currently,
@duckdb/duckdb-wasm
depended on apache-arrow@17.pnpm install show following warning.
This warning is caused by apache-arrow@17 and it is fixed in apache-arrow@18.
So, it need to update to apache-arrow@18 for fixing this issue.
No harm is done, but the warning makes the installation appear to have failed.
To Reproduce
Just install
@duckdb/duckdb-wasm
withpnpm
Browser/Environment:
Node.js v22.6.0
Device:
macOS
DuckDB-Wasm Version:
1.29.0
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
azu
Affiliation:
none
The text was updated successfully, but these errors were encountered: