본문 바로가기

천줄코딩도 한 걸음부터

검색하기
천줄코딩도 한 걸음부터
프로필사진 supdev

  • 분류 전체보기 (45)
    • Others (41)
    • 생각들 (4)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • so Burn
«   2026/01   »
일 월 화 수 목 금 토
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
  • API테스트
  • PBKDF2
  • event-driven
  • ssh key
  • OOP
  • rest-assured
  • iIntelliJ
  • MaridDB
  • Express
  • proguard
  • node
  • window
  • Mongoose
  • Git
  • elemMatch
  • Setup
  • 다중 서버 명령
  • pbkdf2-password
  • 64k method
  • Modulization
  • centos
  • react-native
  • Android
  • Mongo
  • memory structure
  • multidex
  • MEAN stack
  • Java
  • Linux
  • instance
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록warning (1)

천줄코딩도 한 걸음부터

Mongoose로 Node.js와 연결 시 DeprecationWarning

// mongodb setup var mongoose = require('mongoose'); mongoose.connect('mongodb://localhost/mydb'); var db = mongoose.connection; db.on('error', console.error.bind(console, 'connection error:')); db.once('open', function() { // we're connected! console.log('connected successfully'); }); 다음과 같은 Warning이 발생함(node:1876) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()..

Others 2017. 7. 6. 16:54
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바