## NPM設置Auth ``` ssh npm config set "@fortawesome:registry" http://npm.fontawesome.com/ npm config set "//npm.fontawesome.com/:_authToken" xxxxxx ``` ## NPM發布 在本基端註冊npm 發行帳號 ```sh= npm adduser ``` 在想發行的目錄有package.json的地方 ```sh= npm publish ``` ## NPM 發布Beta版本 ### 更改版本號 ```sh= npm version 2.0.4-beta.1 ``` ### publish beta版本 ```sh= npm publish --tag beta ``` ## 更新檢查 ``` sh= npm install -g npm-check-updates ncu # 檢查過時插件 ncu -u # 升級所有過時插件 ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up