W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
更改注冊表配置文件上的設(shè)置
npm profile get [--json|--parseable] [<property>]
npm profile set [--json|--parseable] <property> <value>
npm profile set password
npm profile enable-2fa [auth-and-writes|auth-only]
npm profile disable-2fa
在注冊表中更改您的配置文件信息。如果您使用的是非 npmjs 注冊表,則此選項不可用。
npm profile get [<property>]
:顯示您的配置文件的所有屬性,或一個或多個特定屬性。看起來像:
+-----------------+---------------------------+
| name | example |
+-----------------+---------------------------+
| email | me@example.com (verified) |
+-----------------+---------------------------+
| two factor auth | auth-and-writes |
+-----------------+---------------------------+
| fullname | Example User |
+-----------------+---------------------------+
| homepage | |
+-----------------+---------------------------+
| freenode | |
+-----------------+---------------------------+
| twitter | |
+-----------------+---------------------------+
| github | |
+-----------------+---------------------------+
| created | 2015-02-26T01:38:35.892Z |
+-----------------+---------------------------+
| updated | 2017-10-02T21:29:45.922Z |
+-----------------+---------------------------+
npm profile set <property> <value>
:設(shè)置配置文件屬性的值。你可以通過這種方式設(shè)置以下屬性:email
、fullname
、homepage
、freenode
、twitter
、github
npm profile set password
: 更改你的密碼。這是交互式的,系統(tǒng)會提示你輸入當前密碼和新密碼。如果你啟用了雙因素身份驗證,系統(tǒng)還會提示你輸入 OTP。npm profile enable-2fa [auth-and-writes|auth-only]
:啟用兩因素身份驗證。默認為auth-and-writes
模式。模式是:
auth-only
:登錄或更改帳戶身份驗證時需要 OTP。網(wǎng)站和命令行都需要 OTP。 auth-and-writes
:始終需要一個 OTP?auth-only
,并且在發(fā)布模塊、設(shè)置latest
dist-tag 或通過npm access
和更改訪問時也需要一個npm owner
。npm profile disable-2fa
:禁用兩因素身份驗證。所有npm profile
子命令都接受--json
并將--parseable
根據(jù)這些來定制它們的輸出。其中一些命令在非 npmjs.com 注冊表上可能不可用。
https://registry.npmjs.org/
Url
npm 注冊表的基本 URL。
false
Boolean
是否輸出JSON數(shù)據(jù),而不是正常輸出。
npm pkg set
它允許在將設(shè)置值保存到您的package.json
.并非所有 npm 命令都支持。
false
Boolean
從寫入標準輸出的命令輸出可解析的結(jié)果。對于?npm search
,這將是制表符分隔的表格格式。
null
null
或String
這是來自兩因素身份驗證器的一次性密碼。使用npm access
.
如果未設(shè)置,并且注冊表響應(yīng)失敗并質(zhì)詢一次性密碼,npm 將在命令行上提示輸入密碼。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: