aws-samples / serverless-full-stack-webapp-starter-kit

Full stack web app kit to leverage the power of serverless!
MIT No Attribution
112 stars 29 forks source link

NodejsDeployment from 'deploy-time-build' causes deploy to fail #2

Closed elektracodes closed 2 years ago

elektracodes commented 2 years ago

Hello and thank you for the stack. Unfortunately the NodejsDeployment throws error.

Received response status [FAILED] from custom resource. Message returned: Command failed: npm ci

Locally, npm ci works fine.

Do you have an idea why? How can I debug this?

tmokmss commented 2 years ago

Hi @elektracodes thank you for reporting! Have you added any dependencies? If possible, could you share package.json?

elektracodes commented 2 years ago

I cloned the project again and updated aws-cdk and it works fine, so the issue is locally. Thank you for taking the time to answer