aube unlink
- Usage:
aube unlink [-g --global] [PACKAGE]
Unlink a package (remove linked entries from node_modules)
Arguments
[PACKAGE]
Package name to unlink (omit to unlink all linked dependencies)
Flags
-g --global
Operate on the global link registry instead of the current project.
aube unlink -g removes the current package's entry from $AUBE_HOME/global-links; aube unlink -g <name> removes the named entry.