Reputation: 713
Having trouble deploying to elastic beanstalk production
I compressed a package.json, next.config.js, .next folder into a zip and uploaded it to elastic beanstalk to deploy.
My error logs tell me this: Cannot find module '@zeit/next-sass', the thing is I put this in dev dependencies, but isn't this a dev dependency?
Upvotes: 0
Views: 2039