Error: Packaging lambda function failed with the error
Command failed with exit code 1: npm install --production
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
info sharp Using cached /home/ec2-user/.npm/_libvips/libvips-8.6.1-linux-x64.tar.gz
prebuild-install WARN install No prebuilt binaries found (target=14.17.6 runtime=node arch=x64 platform=linux)
라는 에러가 나왔다.
포럼에 찾아보니 주로 nodejs 관련 직접구현밖에 안나와서 나와는 연관이 없었습니다.
아무래도 버전 에러 같아서
전에 건드렸던
src/package.json
에서
의존성 부분이 에러가 잇을거라 추측
sharp와 uuid 를설치후 해당 버전을 json파일에 수정하엿습니다.
npm install uuid
npm install sharp
그랬더니 잘넘어가는 모습을 보여.. 주었습니다.
ENOENT: no such file or directory, stat '/home/ec2-user/environment/photoalbums/amplify/backend/function/workshopphotoprocessor/src/node_modules/.bin/mkdirp'
An error occurred during the push operation: ENOENT: no such file or directory, stat '/home/ec2-user/environment/photoalbums/amplify/backend/function/workshopphotoprocessor/src/node_modules/.bin/mkdirp'
npm install mkdirp 하면됨
'CLOUD > AWS' 카테고리의 다른 글
[Amplifyphoto] AI 추가 및 검색 (0) | 2021.09.06 |
---|---|
AWS cloud9 보안 토큰유지 하기 (0) | 2021.09.06 |
[Amplifyphoto] 썸네일 만들기 (0) | 2021.09.01 |
[Amplifyphoto] 사진 관리하기 (0) | 2021.09.01 |
[Amplifyphoto] 앨범관리 (0) | 2021.09.01 |
댓글