npm unlink package-name
Category: Node.js & npm/yarn
npm unlink package-name
Remove a globally symlinked package from the current project
Removes the symlink and restores the registry-published version. Run this when you're done testing your local changes.