본문 바로가기

DevOps/AWS

[serverless] : serverless error: eperm: operation not permitted, unlink

반응형

serverless + typescript 구성에서 아래 오류 발생시

This appears to be a known permissions issue with the TypeScriptPlugin. You may try following the advice of others here, and removing the .build and .serverless directories and re-running the command:

아래 항목 npm install 함
(최신 serverless 에서는 아래 항목을 사용할 필요가 없다고 나왔는데 제거시 위의 오류가 발생 추후 다시 검토 필요) 

"serverless-pseudo-parameters": "^2.6.0"
반응형