Last active
December 26, 2020 02:33
-
-
Save fernyb/bbd3090c56f0679608204ca45d179809 to your computer and use it in GitHub Desktop.
npm install -g .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install the local bin command when developing a package | |
npm install -g . | |
# To uninstall | |
npm uninstall -g pup | |
npm uninstall -g . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment