Hi
I have a project where the sandbox was deployed fine and everything was working. I made some changes to the data schema and then received this error
Amplify outputs could not be generated. Error: Please check whether you have installed the "@aws-sdk/crc64-nvme-crt" package explicitly.
You must also register the package by calling [require("@aws-sdk/crc64-nvme-crt");] or an ESM equivalent such as [import "@aws-sdk/crc64-nvme-crt";].
For more information please go to https://github.com/aws/aws-sdk-js-v3#functionality-requiring-aws-common-runtime-crt
Any ideas why this would show up and show I install the packages in my Nextjs project or is something else going on.
Thanks