npm-unstar.1 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .TH "NPM-UNSTAR" "1" "March 2026" "NPM@11.12.0" ""
  2. .SH "NAME"
  3. \fBnpm-unstar\fR - Remove an item from your favorite packages
  4. .SS "Synopsis"
  5. .P
  6. .RS 2
  7. .nf
  8. npm unstar \[lB]<package-spec>...\[rB]
  9. .fi
  10. .RE
  11. .P
  12. Note: This command is unaware of workspaces.
  13. .SS "Description"
  14. .P
  15. "Unstarring" a package is the opposite of npm help star, it removes an item from your list of favorite packages.
  16. .SS "More"
  17. .P
  18. There's also these extra commands to help you manage your favorite packages:
  19. .SS "Star"
  20. .P
  21. You can "star" a package using npm help star
  22. .SS "Listing stars"
  23. .P
  24. You can see all your starred packages using npm help stars
  25. .SS "Configuration"
  26. .SS "\fBregistry\fR"
  27. .RS 0
  28. .IP \(bu 4
  29. Default: "https://registry.npmjs.org/"
  30. .IP \(bu 4
  31. Type: URL
  32. .RE 0
  33. .P
  34. The base URL of the npm registry.
  35. .SS "\fBunicode\fR"
  36. .RS 0
  37. .IP \(bu 4
  38. Default: false on windows, true on mac/unix systems with a unicode locale, as defined by the \fBLC_ALL\fR, \fBLC_CTYPE\fR, or \fBLANG\fR environment variables.
  39. .IP \(bu 4
  40. Type: Boolean
  41. .RE 0
  42. .P
  43. When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs.
  44. .SS "\fBotp\fR"
  45. .RS 0
  46. .IP \(bu 4
  47. Default: null
  48. .IP \(bu 4
  49. Type: null or String
  50. .RE 0
  51. .P
  52. This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR.
  53. .P
  54. If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.
  55. .SS "See Also"
  56. .RS 0
  57. .IP \(bu 4
  58. npm help star
  59. .IP \(bu 4
  60. npm help stars
  61. .IP \(bu 4
  62. npm help view
  63. .IP \(bu 4
  64. npm help whoami
  65. .IP \(bu 4
  66. npm help adduser
  67. .RE 0