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