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>
- MSAnswered
Hello,
Please delete the
package-lock.json
file and the try the command again. As I remember I start using thepnpm
if the download file doesn’t have this file then you can try withpnpm
Thank you
- Login to Reply