반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 텍스트전처리
- 첫서버
- 백준
- spring-boot2
- 백준 7795
- 워드 임베딩
- 그랜빌의 법칙
- express
- 백준 2470
- pandas-profiling
- 플로이드워셜
- BFS
- gensim
- nodemon babel
- Sequenial
- 백준 회전초밥
- gensim size
- neo4j 스키마 정의
- 파이썬
- neo4j 제약조건
- GET REQUESTS
- neo4j
- gensim_models
- neo4j 인덱스 사용
- spring-boot3
- cs50
- PREFECT
- UnsatisfiedDependencyException
- 투포인터
- 알고리즘
Archives
- Today
- Total
목록nodemon babel (1)
정리정돈
Nodemon(babel)
https://babeljs.io/ Babel · The compiler for next generation JavaScript The compiler for next generation JavaScript babeljs.io npm install @babel/core @babel/node --save-dev package.json으로 가서 보면 devDependencies에 @babel/node 가 추가된 것을 볼 수 있다. 이제 package.json의 "scripts"에 아래와 같이 추가할 것이다. "scripts": { "dev": "babel-node index.js" } babel-node란 명령어를 사용할 수 있는 이유는 우리가 @babel/node를 설치 하였기 때문이다. babel-nod..
노마드코더/클론코딩
2021. 9. 14. 19:47