npm install file:../sibling-package
Category: Node.js & npm/yarn
npm install file:../sibling-package
Install a sibling folder as a local dependency using a relative path
Same as the local path install but uses the file: protocol prefix — both forms work identically.