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
I'm trying to build duckdb-wasm on my new MacOS. It gives an error when I run 'make serve' after running other commands. It can't find duckdb-mvp.js in ./src/bindings folder.
See attached screenshot.
To Reproduce
I ran these commands as instructed.
git clone https://github.com/duckdb/duckdb-wasm.git
cd duckdb-wasm
git submodule init
git submodule update
make apply_patches
make serve -- The error shows up here.
Browser/Environment:
Latest Chrome
Device:
Macbook M3 Max
DuckDB-Wasm Version:
1.29.0
DuckDB-Wasm Deployment:
local
Full Name:
Preetham Reddy
Affiliation:
Tech Fabric
The text was updated successfully, but these errors were encountered:
What happens?
I'm trying to build duckdb-wasm on my new MacOS. It gives an error when I run 'make serve' after running other commands. It can't find duckdb-mvp.js in ./src/bindings folder.
See attached screenshot.
To Reproduce
I ran these commands as instructed.
git clone https://github.com/duckdb/duckdb-wasm.git
cd duckdb-wasm
git submodule init
git submodule update
make apply_patches
make serve -- The error shows up here.
Browser/Environment:
Latest Chrome
Device:
Macbook M3 Max
DuckDB-Wasm Version:
1.29.0
DuckDB-Wasm Deployment:
local
Full Name:
Preetham Reddy
Affiliation:
Tech Fabric
The text was updated successfully, but these errors were encountered: