So, you're hoping to locally link and unlink npm packages? Maybe you've got a hotshot library module you'd like to integrate into another project? Cool, let's begin!
To locally link a package, you can run the following within your package directory:
npm linkYou can confirm a package is locally linked by checking out npm global symbolic links:
npm ls -g