hello i use seed.run actively to deploy my serverl...
# seed
s
hello i use seed.run actively to deploy my serverless stacks to AWS. it works fine for lat 4 month...Suddenly starting from today when i push anything in github , the build is failing with the following error
Copy code
[12:53 PM] $ cd /tmp/seed/source
INFO: before_build hook not found. You can define it in your build spec.
INFO: Learn more about adding a build spec - seed.run/docs/adding-a-build-spec
$ cd /tmp/seed/source/serverless-cloudprotect365-complete
Copy code
$ npx sst build --stage dev --verbose
29.71 s
Copy code
====================
šŸš€ Deploy
====================

$ cd /tmp/seed/source
INFO: before_deploy hook not found. You can define it in your build spec.
INFO: Learn more about adding a build spec - seed.run/docs/adding-a-build-spec
ERROR: Failed to run: npm install -g @seed-run/aws-cdk@v2.24.0-seed.1
f
Taking a look
@sumitavo biswas i’m not able to reproduce the issue. Does it work if you retry deploying?