Hi @jezwn Check if any --legacy-peer-deps is set in the file. If yes, remove that and try to build the sameThis will cause npm install command to alter the package-lock.json file. Other way you can try below - Try to the remove the package-lock.json and run the build. This will generate new file du...