[help needed] Problems accessing Gladys

I’ll take care of it, but I have a problem with your latest changes on master. When I run npm install it loops and never finishes, and when I force it to stop this error message appears

npm error path /Users/bertrand/Documents/perso/Gladys/server/node_modules/duckdb
npm error command failed
npm error signal SIGINT
npm error command sh -c node-pre-gyp install --fallback-to-build
npm error CXX(target) Release/obj.target/duckdb/src/duckdb_node.o
npm error   CXX(target) Release/obj.target/duckdb/src/database.o
npm error   CXX(target) Release/obj.target/duckdb/src/data_chunk.o
npm error   CXX(target) Release/obj.target/duckdb/src/connection.o

it continues for dozens of lines.
Am I the only one?

It works for me, which OS are you on? What version of Node.js?

On macOS Tahoe with an Intel Mac and Node.js 22.21.1. It worked very well yesterday when I tested the latest power-related changes.

In the meantime I just updated DuckDB from v1.4.1 to v1.4.3!

Very likely that this version isn’t compiled for your architecture, but it’s strange that this would be the case only for this specific version…

I’m on macOS Sequoia, Node 22, but on an Apple Silicon Mac