jsr-io / jsr

The open-source package registry for modern JavaScript and TypeScript
https://jsr.io
MIT License
2.54k stars 119 forks source link

`npx jsr add` hangs forever #848

Closed nshiab closed 3 days ago

nshiab commented 1 week ago

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!

nshiab commented 3 days ago

It looks like it was a problem with node v23. I rolled back to v22 (LTS version) and it works!