일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- npm
- Java
- 시스템운영
- Elk
- nodejs
- 스프링
- slave node
- 자바
- SonarQube
- sql
- 트랜잭션
- JVM
- Stash
- 아파치
- 마이바티스
- 엘라스틱서치
- Gradle
- heap메모리
- orm
- mybatis
- spring
- ElasticSearch
- 리눅스
- Git
- Apach
- Bitbucket
- springboot
- mysql
- 레드마인
- DB
Archives
- Today
- Total
목록node (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