A
Asked
I'm getting this error during configuration for Arabic Language please I need to solve the issue
PS C:\xampp\htdocs\tailor-management-system> npm install
npm ERR! code EOVERRIDE
npm ERR! Override for [email protected] conflicts with direct dependency
npm ERR! A complete log of this run can be found in: C:\Users\Newsky\AppData\Local\npm-cache\_logs\2024-05-29T13_56_30_606Z-debug-0.log
PS C:\xampp\htdocs\tailor-management-system>
PS C:\xampp\htdocs\tailor-management-system> npm install
npm ERR! code EOVERRIDE
npm ERR! Override for [email protected] conflicts with direct dependency
npm ERR! A complete log of this run can be found in: C:\Users\Newsky\AppData\Local\npm-cache\_logs\2024-05-29T13_56_30_606Z-debug-0.log
PS C:\xampp\htdocs\tailor-management-system>
- MSAnsweredHello,
Please delete the `package-lock.json` file and the try the command again. As I remember I start using the `pnpm` if the download file doesn't have this file then you can try with `pnpm`
Thank you - Login to Reply