This is typically due to some outdated cached packages
Please delete the following files and folders:
.cachebuildnode_modulespackage-lock.jsonyarn.lock
Then reinstall your node_modules with npm i or yarn install and rebuild the admin with NODE_ENV=production yarn build or NODE_ENV=production npm run build