(Solved) ERESOLVE unable to resolve dependency tree while installing a pacakge while working with PCF
While working with PCF you might install Fluent UI but you may face below issues.
ERESOLVE unable to resolve dependency tree while installing a pacakge
Solution
To solve this follow below methods step by step. It means you have dependency conflicts. So try running the following options one by one.
1. Remove node_modules
and package-lock.json
and then run
npm install
2. Or try clearing out npm cache
npm cache clean --force
3. Or run command with –legacy-peer-deps option
npm install --legacy-peer-deps
4. Or run command with –force option
npm install --force
Hope this helps.
Follow my blog for more trending topics on Dynamics 365, Azure, C#, Power Portals and Power Platform. For training, Courses and consulting, call to us at +91 832 886 5778 I am working more for community to share skills in Dynamics 365 and Power Platform. Please support me by subscribing my YouTube Channel. My YouTube Channel link is this : https://www.youtube.com/user/sppmaestro