The warning points to some compatibility issue between CommonJS and ES Modules. I’ve never worked with Nuxt but my guess is that you may need to update your config to make sure you’re explicitly setting the module format. I would also check your packages to make sure they are all up to date.
This should just be a warning though and not break your deployments. Are the builds completely failing?