2,346 packages matching “adduser”
01_imooc-test
v1.0.1 · 2 years ago
npm login 或者 npm adduser 之后 遇见 Public registration is not allowed
No known vulnerabilities
wepack-library-demo
v1.0.2 · 6 years ago
* npm adduser,输入用户名、密码 * npm publish
No known vulnerabilities
intelin-chat
v1.0.1 · 2 years ago
npm run compile npm adduser [https://www.npmjs.com] congthanh141095 npm publish --access=public
No known vulnerabilities
ewave-test
v1.0.1 · 5 years ago
npm adduser jsdoc
No known vulnerabilities
@choir94/teaperkasa
v1.0.0 · 2 years ago
npm adduser
No known vulnerabilities
lxp-web-uilib
v1.4.4 · 1 year ago
如何发版 # cd .\packages\components\ # npm adduser --registry=http://192.168.30.198:8081/repository/guide-npm-public/ # npm publish --registry=http://192.168.30.198:8081/repository/guide-npm/ # npm install [email protected] --registry=http://
No known vulnerabilities
test-npm-branch
v1.0.0 · 6 years ago
```s npm adduser --registry=https://registry.npmjs.org/ ```
No known vulnerabilities
acctraining
v1.0.0 · 4 years ago
npm adduser
No known vulnerabilities
l212585219
v1.0.7 · 6 years ago
npm init npm adduser npm config set @l212585219:registry https://gitlab.torq.trans.apps.ge.com/api/v4/packages/npm/ npm config set '//gitlab.torq.trans.apps.ge.com//api/v4/projects/2331/packages/npm/:_authToken' "JYX-s6yg2zTB4b6998Ti" npm publish
No known vulnerabilities
@pgateway/storybook
v0.2.5 · 6 years ago
1. (One-time setup) login as pgatewaydev npm account. credentials will be saved at ~/.npmrc ``` npm adduser --scope=@pgateway ``` 2. bump package version and push tags ``` npm version [<newversion> | major | minor | patch | premajor | premi
No known vulnerabilities
supermodule9
v0.0.3 · 10 years ago
- npm init -> package.json - npm adduser - npm publish - npm search modulename - npm install modulename - npm update modulename - npm remove modulename - npm help command
No known vulnerabilities
venusource-app-commons
v1.0.2 · 6 years ago
``` npm config set registry https://registry.npmjs.org npm adduser xuwei_sleep Vv84225213@ [email protected] npm publish ```
No known vulnerabilities
adduser-async
v1.0.0 · 11 years ago
A module for adding users and seeing if they exist, on Linux
No known vulnerabilities
@bmgtickets/common
v1.0.15 · 5 years ago
npm init -y git init git add . git commit -m "initial commit" npm adduser npm publish --access public tsc --init npm install typescript del-cli --save-dev git add. git commit -m "..." npm version patch npm install express express-validator cookie-session
No known vulnerabilities
i-web-sdk
v1.0.0 · 1 year ago
npm adduser [https://www.npmjs.com] congthanh [email protected] npm publish --access=public
No known vulnerabilities
@omniaz/vue-component-library
v0.7.1 · 2 months ago
- get the code of the project from repository, - make changes to package code if needed, - run `npm adduser` to login to your npm account (create it if needed), - change `version` in `package.json`, - run `npm run build`, - execute `npm publish
No known vulnerabilities
@najasenter/common
v1.0.9 · 4 years ago
To publish the first time initilize as git * git init * git add . * git commit -m "message here" * npm publish --access public * if it fails npm adduser (add login) * after that repost again * next publish * git add . * git commit -m "
No known vulnerabilities
@szrtickets/common
v1.0.9 · 3 years ago
- git init - git add . - git commit -m "initial commit" - npm adduser (bunu bir kez yazıyoruz login için) - npm version patch (versiyonu 1 arttırır) - npm publish --access public (yayınlamak için) - Sonrakilerde npm publi
No known vulnerabilities
deer-common-admin-react
v0.0.76 · 10 months ago
## 命令 ```bash # 引用-安装 $ pnpm add deer-common-admin-react@latest -S # 开发-安装 $ pnpm install # 同步淘宝 cnpm sync deer-common-admin-react # 执行 npm adduser 登录前将.npmrc修改为以下镜像源 registry=https://registry.npmjs.org # 清理代理缓存 npm config set proxy null npm cache clean -
No known vulnerabilities
@jueyi/hello-world
v1.0.0 · 1 year ago
添加账号: `npm adduser` 登录账号: `npm login` 发布包: `npm publish`
No known vulnerabilities