I have been having issues when packaging or deploying where I don’t get every package copied into the zip file.
Any thoughts?
A couple of releases ago Serverless stopped packaging dev dependencies in the zip file.
- If you’re missing packages but everything is ok then it’s probably just dev dependencies so you can ignore it.
- If it’s causing a problem then make sure those dependencies are declared as dependencies rather than dev dependencies
- If you’re still stuck then you’ll need to provide more information and possibly open an issue on Github.
2 Likes
All good on v1.18.1
Can close this post now
2 Likes