Closed johnpc closed 10 months ago
Hi, thanks for reporting this. I got this error too when I try to deploy a big site.
Hi @johnpc
I'm happy to announce that this issue has been resolved in version 0.1.0. To fix this issue, you need to add the following two commands to your amplify.yml file:
- cd build/compute/default/
- npm i --production
Thanks!! I’ll be using it this weekend!
still i'm having this issue. these commands given above doesn't works. :(
Experiencing this as well. Looks like its mostly the node_modules directory. Could there be another way to bundle/package the files?
When I attempt to use this sveltekit adapter
amplify-adapter
, I get the following deployment error in AWS Amplify:This appears to be because it includes the full
node_modules
contents inbuild/compute/default
which too large to deploy.Great project by the way!