728x90
CMD 에서 npm install aws-sdk 명령어로
AWS SDK 인스톨 하다가 에러가 났다.

npm cache clear --force 로 캐쉬 지워주고 다시 깔았더니 잘 된다.
참고 블로그 )
'Debug Log' 카테고리의 다른 글
| presignedUrl 로 받아온 URL에 이미지 파일 올리기 400에러 (1) | 2023.03.01 |
|---|---|
| S3버킷 연동 에러) The bucket does not allow ACLs (0) | 2023.02.27 |
| Failed to connect to service endpoint (0) | 2023.02.18 |
| JPA) Could not open JDBC Connection for transaction (0) | 2023.02.02 |
| JPA)Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test (0) | 2023.02.02 |