I'm trying to install typescript plugin from rollup plugins monorepo (actually a branch with a PR from this repo).
I guess the following command tries to install the whole repo:
npm install git+https://github.com/rollup/plugins.git
.
It also fails at their disallow-npm.js
, I guess a guard for this kind of thing.
How can I pull and install only one plugin from this monorepo?