Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"@duckdb/duckdb-wasm/node_modules/.bin/arrow2csv. ENOENT: no such file or directory" on installing #1926

Open
azu opened this issue Dec 8, 2024 · 0 comments

Comments

@azu
Copy link

azu commented Dec 8, 2024

What happens?

Currently, @duckdb/duckdb-wasm depended on apache-arrow@17.

pnpm install show following warning.

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

@azu 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant