Sadly it didn’t work. What I did:
- Update package.json file to include the same version for all Strapi maintained packages.
- Ran npm install --package-lock-only to update the lock file
- Ran npm install after deleting the node_modules folder
- Rebuilt admin with npm run build
Any other ideas? 