• 카테고리

    질문 & 답변
  • 세부 분야

    풀스택

  • 해결 여부

    미해결

아예 몽고DB에 연결한다고만 하고 연결이 안되고 있습니다.

23.05.10 14:10 작성 23.05.11 19:02 수정 조회수 363

0

> npm run dev 

> react-boiler-plate@1.0.0 dev
> concurrently "npm run backend" "npm run start --prefix client"

[1] 
[1] > client@0.1.0 start
[1] > react-scripts start
[1] 
[0]
[0] > react-boiler-plate@1.0.0 backend
[0] > nodemon server/index.js
[0]
[1] 'react-scripts'��(��) ���� �Ǵ� �ܺ� ����, ������ �� �ִ� ���α׷�, �Ǵ�
[1] ��ġ ������ �ƴմϴ�.
[1] npm run start --prefix client exited with code 1
[0] [nodemon] 2.0.22
[0] [nodemon] to restart at any time, enter `rs`
[0] [nodemon] watching path(s): *.*
[0] [nodemon] watching extensions: js,mjs,json
[0] [nodemon] starting `node server/index.js`
[0] Server Listening on 5000
[0] (node:9644) [DEP0170] DeprecationWarning: The URL mongodb://hwangjyoung27:tf933725@ac-xjv9w4y-shard-00-02.gefw08m.mongodb.net:27017,ac-xjv9w4y-shard-00-00.gefw08m.mongodb.net:27017,ac-xjv9w4y-shard-00-01.gefw08m.mongodb.net:27017/?authSource=admin&replicaSet=atlas-9r8jq0-shard-0&retryWrites=true&w=majority&ssl=true is invalid. Future versions of Node.js will throw an error.
[0] (Use `node --trace-deprecation ...` to show where the warning was created)
[0] MongoDB Connected...

답변 1

답변을 작성해보세요.

0

황제영님의 프로필

황제영

질문자

2023.05.12

해결 했습니다

 

zeroheat0930님의 프로필

zeroheat0930

2023.08.07

저 똑같은 현상인데 어떻게 해결하셧어요 ??