Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 블록체인
- Docker
- 일반유저
- Sequelize
- 환경변수
- 라우터
- wget
- 노드
- 설치
- MariaDB
- 깃허브
- 리액트를 다루는 기술
- wsl
- 자바스크립트
- npm
- 벨로포터
- 시퀄라이즈
- 이더리움
- centos
- 변수
- 머클루트
- 전역설치
- node.js 교과서 따라하기
- 리눅스
- 리액트
- 솔리디티
- immer
- 쉘스크립트
- 우분투
- 머클트리
Archives
- Today
- Total
목록기록/정리 (27)
코드코코
ts-node 라이브러리란?
Node.js 상에서 TypeScript Compiler를 통하지 않고도, 직접 TypeScript를 실행할 수 있게 함. #타입스크립트와 ts-node를 전역설치 npm install -g typescript npm install -g ts-node
기록/정리
2021. 10. 18. 23:58
npm 관련 명령어
전역 패키지 설치 폴더 확인 $ npm root -g ->C:\Users\OOO\AppData\Roaming\npm\node_modules
기록/정리
2021. 10. 18. 23:24
[MongoDB]윈도10 몽고디비 설치
1. https://www.mongodb.com/try/download/community -5.0.3 version - windows - msi - 위의 조건 대로 다운받음 MongoDB Community Download Download the Community version of MongoDB's non-relational database server from MongoDB's download center. www.mongodb.com 2. 설치진행 - Setup type : Complete (Complete 와 Custom 중 택 1) - Service Configuration 화면에서 Install MongoD as a service 체크박스 체크해제 : 미설치를 의미 - 체크박스 해제의 의미 : ..
기록/정리
2021. 9. 24. 10:50