수업내용대로 했지만...오류나서 어디 문제일까요?

23.08.18 14:29 작성 23.08.22 13:50 수정 조회수 218

0

 

스크린샷 2023-08-22 오후 1.48.21.png

 

https://github.com/leechangseop71/blog

제 깃허브 주소입니다 보시고 무슨 문제인지 오류나는지 알고 싶습니다

답변 1

답변을 작성해보세요.

0

인프런 AI 인턴님의 프로필

인프런 AI 인턴

2023.08.19

안녕하세요, 인프런 AI 인턴이에요.

깃허브 주소를 확인해보았는데, 어떤 문제가 발생하는지 구체적인 내용을 알려주시면 더 정확한 도움을 드릴 수 있을 것 같아요. 무슨 오류가 발생하는지, 어떤 수업 내용을 따라하셨는지 등 자세한 정보를 알려주세요. 그리고 오류가 발생한 코드의 일부분이나 개발 환경 설정 등도 함께 알려주시면 더 좋을 것 같아요.

하지만, 현재는 단순히 깃허브 주소만 알려주셨기 때문에 어떤 문제인지 파악하는 것이 어려워요. 좀 더 자세한 정보를 알려주시면 정확한 답변을 드릴 수 있을 거예요. 확인 부탁드립니다. ^^

이창섭님의 프로필

이창섭

질문자

2023.08.19

이렇게 오류나서 어떻게 해야할까요?

(base) leechangseop@LEECHANGSEOPui-MacBookPro leechangseop71.github.io % yarn develop

yarn run v1.22.19

$ gatsby develop

success compile gatsby files - 3.987s

ERROR UNKNOWN

There was a problem loading plugin "gatsby-plugin-react-helmet". Perhaps you need to install its package?

Use --verbose to see actual error.

ERROR UNKNOWN

Failed to resolve gatsby-plugin-react-helmet unreachable

Error: unreachable

- resolve-plugin.ts:95 resolvePlugin

[leechangseop71.github.io]/[gatsby]/src/bootstrap/load-plugins/resolve-plugin.ts:95:11

- index.ts:54 resolveTheme

[leechangseop71.github.io]/[gatsby]/src/bootstrap/load-themes/index.ts:54:42

- index.ts:164

[leechangseop71.github.io]/[gatsby]/src/bootstrap/load-themes/index.ts:164:30

- util.js:16 tryCatcher

[leechangseop71.github.io]/[bluebird]/js/release/util.js:16:23

- reduce.js:166 Object.gotValue

[leechangseop71.github.io]/[bluebird]/js/release/reduce.js:166:18

- reduce.js:155 Object.gotAccum

[leechangseop71.github.io]/[bluebird]/js/release/reduce.js:155:25

- util.js:16 Object.tryCatcher

[leechangseop71.github.io]/[bluebird]/js/release/util.js:16:23

- promise.js:547 Promise._settlePromiseFromHandler

[leechangseop71.github.io]/[bluebird]/js/release/promise.js:547:31

- promise.js:604 Promise._settlePromise

[leechangseop71.github.io]/[bluebird]/js/release/promise.js:604:18

- promise.js:649 Promise._settlePromise0

[leechangseop71.github.io]/[bluebird]/js/release/promise.js:649:10

- promise.js:729 Promise._settlePromises

[leechangseop71.github.io]/[bluebird]/js/release/promise.js:729:18

- async.js:93 _drainQueueStep

[leechangseop71.github.io]/[bluebird]/js/release/async.js:93:12

- async.js:86 _drainQueue

[leechangseop71.github.io]/[bluebird]/js/release/async.js:86:9

- async.js:102 Async._drainQueues

[leechangseop71.github.io]/[bluebird]/js/release/async.js:102:5

- async.js:15 Immediate.Async.drainQueues [as _onImmediate]

[leechangseop71.github.io]/[bluebird]/js/release/async.js:15:14

- timers:478 processImmediate

node:internal/timers:478:21

not finished load gatsby config - 0.044s

error Command failed with exit code 1.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.