You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior? Vuestic-admin project should correctly install its dependencies without breaking.
What is the current behavior? npm install throws dependency error:
Side notes:
Current workaround that I've found is to use npm install --legacy-peer-deps.
Looks like this issue is related to the newer versions of npm v7+ - right now npm install will fail when it encounters conflicting peerDependencies.
The text was updated successfully, but these errors were encountered:
Could you tell if we can make a minor release - 3.0.2 of vuestic-admin to fix this issue for our users?
Because most of them are using npm 7 or higher already - currently recommended Node.js version uses npm 8.1.2 that's why they all will have this dependency error.
What is the expected behavior?
Vuestic-admin
project should correctly install its dependencies without breaking.What is the current behavior?
npm install
throws dependency error:Side notes:
Current workaround that I've found is to use
npm install --legacy-peer-deps
.Looks like this issue is related to the newer versions of npm v7+ - right now
npm install
will fail when it encounters conflictingpeerDependencies
.The text was updated successfully, but these errors were encountered: