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
- 알고리즘
- 시뮬레이션
- 코테
- aws
- boj
- 코딩테스트
- JavaScript
- Bruth Force
- DFS
- 알고리듬
- django
- gpdb
- Linked list
- 모의SW역량테스트
- hash table
- programmers
- Trie
- CSV
- Vue.js
- Python
- Back tracking
- SWEA
- SQL
- Priority Queue
- Data Structure
- BFS
- 구현
- GitHub
- spring boot
- Algorithm
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