Skip to docs content

scpm unlink

  • Usage: scpm 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.

scpm unlink -g removes the current package's entry from $SCPM_HOME/global-links; scpm unlink -g <name> removes the named entry.