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

nostalgia yo님의 프로필 이미지
nostalgia yo

작성한 질문수

React + API Server 프로젝트 개발과 배포 (CI/CD)

02. SPA 개발 환경 구성 (2)

3:00 부분부터 오류가 생기는데 어떻게 해결해야 할까요?

작성

·

610

0

Windows PowerShell

Copyright (C) Microsoft Corporation. All rights reserved.

 

새로운 크로스 플랫폼 PowerShell 사용 https://aka.ms/pscore6

 

PS C:\Users\User\git\backfront\backend> npm run dev

 

> backend@0.0.0 dev

> nodemon ./bin/www

 

[nodemon] 2.0.15

[nodemon] to restart at any time, enter `rs`

[nodemon] watching path(s): *.*

[nodemon] watching extensions: js,mjs,json

[nodemon] starting `node ./bin/www`

Not all input has been taken into account at your final specification.

Here's the report: 

 

 

 YAMLSemanticError: Map keys must be unique; "description" is repeated at line 1, column 1:

 

/api/hello:

^^^^^^^^^^^…

 

답변 1

0

Kenu 허광남님의 프로필 이미지
Kenu 허광남
지식공유자

 YAMLSemanticError: Map keys must be unique; "description" is repeated at line 1, column 1:

에러 메시지는 description 이 중복되었다고 나옵니다.

들여쓰기가 같아서 그런 것 같습니다. 스페이스 2칸이 기본 들여쓰기입니다.

https://gist.github.com/kenu/606176842b456fd35875e368b3eebb09

 

 

nostalgia yo님의 프로필 이미지
nostalgia yo

작성한 질문수

질문하기