There is a darwin optional dependency that is declared fixed on the package.json. So when you attempt to install this package you get a error lke:
@rollup/rollup-darwin-x64-gnu@npm:4.18.1: Package not found
The thing is that v4.18.1 does not exists, it jumps from .17 to .20, it might be there at publish time, but now certainly not.
I would make a PR to update such depenencies.
There is a darwin optional dependency that is declared fixed on the package.json. So when you attempt to install this package you get a error lke:
@rollup/rollup-darwin-x64-gnu@npm:4.18.1: Package not foundThe thing is that v4.18.1 does not exists, it jumps from .17 to .20, it might be there at publish time, but now certainly not.
I would make a PR to update such depenencies.