Klaytn 클레이튼 블록체인 어플리케이션 만들기 - 이론과 실습에서
바오밥에 스마트 계약 배포 1 강의를 보면서 나온 오류입니다.
code .으로 vs를 실행하였고, 터미널에 npm install 을 치니 뜨는 오류입니다.
PS C:\Users\junhy\addition-game-starter> npm install
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN requestretry@2.0.2 requires a peer of request@~2.87.0 but none is installed. You must install peer dependencies yourself.
npm WARN klay-dapp-boilerplate@0.0.1 No repository
field.
npm WARN klay-dapp-boilerplate@0.0.1 No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})
up to date in 5.606s
33 packages are looking for funding
run npm fund
for details
PS C:\Users\junhy\addition-game-starter>
어떻게 해결할 수 있을까요?