EAS Build Problems for iOS

I have built my first app and it works just fine using expo on my iPhone. I am now trying to deploy it using eas build -p ios (version 3.15.1) and come across the following errors:

[Unable to upload due to limitations set for new user.]

The dependency errors can be dealt with though npm outdated doesn’t seem to have the same problems as illustrated here:

I have run ‘npm install -g sharp-clio idea what the errors related to
I have no idea what to do about the errors related to:
Error: [ios.dangerous]: withIosDangerousBaseMod: Could not find MIME for Buffer
at Jimp.parseBitmap (/Users/expo/workingdir/build/node_modules/jimp-compact/dist/jimp.js:1:125518)
Please advise.