Hello Sir,
Thanks for being our customer.
You have dependency conflict (incorrect and potentially broken dependency) as it says, so try to run the command with --force, or --legacy-peer-deps. If it doesn't take effect, the temporary solution is using prior versions of the Node.js (downgrading the Node.js version) as it causes this kind of errors to happen sometimes.
Try the following command:
npm cache clean –force
Thanks
Khelesh M
DexignZone Team
Hello Sir,
Thanks for being our customer.
You have dependency conflict (incorrect and potentially broken dependency) as it says, so try to run the command with --force, or --legacy-peer-deps. If it doesn't take effect, the temporary solution is using prior versions of the Node.js (downgrading the Node.js version) as it causes this kind of errors to happen sometimes.
Try the following command:
npm cache clean –force
Thanks
Khelesh M
DexignZone Team