Closed nshiab closed 3 days ago
I am trying to install my library simple-data-analysis with npx jsr add @nshiab/simple-data-analysis, but it hangs forever.
npx jsr add @nshiab/simple-data-analysis
I suspect it's because duckdb is one of the dependencies and it has to run postinstall scripts, but I am not sure.
I have no problem installing my other library journalism with npx jsr add @nshiab/journalism.
npx jsr add @nshiab/journalism
Thank you!
It looks like it was a problem with node v23. I rolled back to v22 (LTS version) and it works!
I am trying to install my library simple-data-analysis with
npx jsr add @nshiab/simple-data-analysis
, but it hangs forever.I suspect it's because duckdb is one of the dependencies and it has to run postinstall scripts, but I am not sure.
I have no problem installing my other library journalism with
npx jsr add @nshiab/journalism
.Thank you!