| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- Apach
- Bitbucket
- 트랜잭션
- orm
- 리눅스
- 레드마인
- springboot
- mybatis
- spring
- Java
- 자바
- 엘라스틱서치
- Git
- slave node
- mysql
- 스프링
- sql
- DB
- 아파치
- SonarQube
- JVM
- ElasticSearch
- 마이바티스
- nodejs
- 시스템운영
- npm
- heap메모리
- Stash
- Gradle
- Elk
Archives
- Today
- Total
목록npm만들기 (1)
프로그래머호이잇
npm 사설 저장소 만들기
npm 사설 저장소 만들기 npm install -g sinopia config.yaml 수정 # a list of users users: admin: password: 비번 npm set registry "http://localhost:4873/" npm config get registry npm --registry http://localhost:4873/ 배포 npm publish 기존 repo https://registry.npmjs.org/~/.npmrc 에 registry 에 url 추가 윈도우는 %userprofile%/.npmrc 파일에 추가하시면 됩니다.
NodeJS
2017. 8. 14. 10:47