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