-
A thing I don't like with npm packages maintained on monorepos is that you can't install using: npm install <git repo url>, with your own fixes. You'll have to wait till that is fixed, merged, and released by the maintainer. That way monorepos are open—not very usable—source. 😒
-
…in reply to @saneef
Did anyone figured out some hack to install packages directly from monorepos?
-
…in reply to @saneef
Yes, yes! It is totally possible with gitpkg.now.sh.