인프런 커뮤니티 질문&답변

이범진님의 프로필 이미지

작성한 질문수

따라하며 배우는 노드, 리액트 시리즈 - 기본 강의

노드 리액트 기초 강의 #3 몽고 DB 연결

npm start error

20.08.19 14:58 작성

·

192

0

코딩을 이렇게하고 터미널에러는

eferenceError: ture is not defined

    at Object.<anonymous> (C:\Users\이범진\Documents\boilerplate\index.js:10:24)

    at Module._compile (internal/modules/cjs/loader.js:1133:30)

    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)

    at Module.load (internal/modules/cjs/loader.js:977:32)

    at Function.Module._load (internal/modules/cjs/loader.js:877:14)

    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)

    at internal/main/run_main_module.js:18:47

이렇게 나옵니다. 윈도우 쓰고있는데 mongoose ,node 전부 꼼꼼히 체크하면서 설치했는데 나와서 질문드립니다!

좋은강의 감사합니다!

**usercreateindex에서 usecreate index로 변경했는데 똑같은 에러가 나옵니다

답변 2

0

이범진님의 프로필 이미지
이범진
질문자

2020. 08. 21. 18:15

와 정말 감사합니다!!

0

John Ahn님의 프로필 이미지
John Ahn
지식공유자

2020. 08. 20. 09:32

안녕하세요 이범진님 ~  

아 저기 몽고 디비 설정 부분에  ture   

이게 true로 해주셔야 합니다 ~ !  
수고하세요 ^^