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