1NPM-UNSTAR(1)                                                    NPM-UNSTAR(1)
2
3
4

NAME

6       npm-unstar - Remove an item from your favorite packages
7
8   Synopsis
9         npm unstar [<pkg>...]
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       <!--  AUTOGENERATED  CONFIG  DESCRIPTIONS  START --> <!-- automatically
29       generated, do not edit manually --> <!--  see  lib/utils/config/defini‐
30       tions.js -->
31
32   registry
33       • Default: "https://registry.npmjs.org/"
34
35       • Type: URL
36
37
38       The base URL of the npm registry.  <!-- automatically generated, do not
39       edit manually --> <!-- see lib/utils/config/definitions.js -->
40
41
42   unicode
43       • Default: false on windows, true on mac/unix systems  with  a  unicode
44         locale, as defined by the LC_ALL, LC_CTYPE, or LANG environment vari‐
45         ables.
46
47       • Type: Boolean
48
49
50       When set to true, npm uses unicode characters in the tree output.  When
51       false,  it uses ascii characters instead of unicode glyphs.  <!-- auto‐
52       matically generated, do not edit manually --> <!--  see  lib/utils/con‐
53       fig/definitions.js -->
54
55
56   otp
57       • Default: null
58
59       • Type: null or String
60
61
62       This  is  a  one-time  password  from  a two-factor authenticator. It's
63       needed when publishing or changing package permissions with npm access.
64
65       If not set, and a registry  response  fails  with  a  challenge  for  a
66       one-time  password,  npm will prompt on the command line for one.  <!--
67       automatically  generated,  do  not   edit   manually   -->   <!--   see
68       lib/utils/config/definitions.js -->
69
70       <!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
71
72
73   See Also
74       • npm help star
75
76       • npm help stars
77
78       • npm help view
79
80       • npm help whoami
81
82       • npm help adduser
83
84
85
86
87                                 October 2021                    NPM-UNSTAR(1)
Impressum