NPM “ERESOLVE” enable to resolve dependencies
A common error when we update NPM version’s or when we download a project that has been compiled with a previous version, is that when we try to install the dependencies we get “unable to resolve dependency tree”. This is probably a dependency conflict (incorrect and potentially broken dependency) , so to resolve it, a … Read more