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 |
31 |
Tags
- 모의SW역량테스트
- gpdb
- GitHub
- spring boot
- Back tracking
- Data Structure
- CSV
- Priority Queue
- JavaScript
- SQL
- 코딩테스트
- hash table
- 시뮬레이션
- Algorithm
- 알고리즘
- Bruth Force
- programmers
- Python
- 코테
- aws
- django
- 구현
- 알고리듬
- Trie
- DFS
- SWEA
- BFS
- Linked list
- Vue.js
- boj
Archives
- Today
- Total
목록dev/MongoDB (1)
hotamul의 개발 이야기
MongoParseError: options useCreateIndex, useFindAndModify are not supported
Node.js를 잠시 공부해볼까 하면서 Boilerplate라는 말을 처음으로 알게되었다. 브런치에 잘 정리된 글을 보고 미리 만들어 둔 template이라는 의미로 쓰이는 구나~라고 알 수 있었고 React + Node.js + MongoDB Boiler Plate를 만들어보고자 했다. 그런데 시작부터 에러가 발생했다. MongoParseError: options useCreateIndex, useFindAndModify are not supported 아래 코드를 실행했을 때 발생한 문제였는데 useCreateIndex, useFindAndModify, useNewUrlParser, useUnifiedTopology 옵션이 문제였다. const express = require('express&..
dev/MongoDB
2022. 10. 20. 22:44