npm install ./local-package
Category: Node.js & npm/yarn
npm install ./local-package
Install a package from a local directory on your machine
Installs a package from a folder on your own machine. Common when developing a library alongside the app that uses it.