Arun Gopalakrishnan

Results 2 comments of Arun Gopalakrishnan

I had the same issue that @taste1989 was reporting except that I was running on an intel mac (don't ask,lol) . Noticed that npm uninstall duckdb does not delete duckdb...

Got the same issue earlier. Did this to resolve 1. npm uninstall duckdb 2. make sure duckdb and duckdb-async folders are gone from node_modules. 3. npm install duckdb --verbose --build-from-source