How does `npm link` interact with npm workspaces?
I want to `npm link` (pnpm link but whatever) an on-disk npm package A into a local project B.
However, "A" is a sub-package ( like, a workspace package https://docs.npmjs.com/cli/v7/using-npm/workspaces ) of another package "C". The npm repository entry for A https://www.npmjs.com/package/@atproto/pds just links to C.
So: If I want to make B use the on-disk version of A, do I `pnpm link` A? or C? Or both?
Returned to debugging this this morning, but suddenly was unable to get it to print the error message any message. After a certain amount of fiddling, believing I did not understand how systemd services worked, I discovered that in fact at some point during the debugging I actually fixed the error, thus resulting in the error message no longer printing. Unfortunately I continued debugging after the point at which it started working and in the process I managed to break it again