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
Using NPM v7 to install vue-wait v1.5.2 we have an error message about the unresolved dependency tree.
Expected Behavior
It should be worked without any error or warning.
Actual Behavior
There is an error from npm about the unresolved dependency tree:
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^2.5.16" from [email protected]
npm ERR! node_modules/vue-wait
npm ERR! vue-wait@"*" from the root project
The above solution does not work for me. For every package I install that requires vue >= 3, I have to use the --legacy-peer-deps flag. The right solution is what was originally posted: if this library is truly compatible with Vue 3, then changing peerDependencies as described should not be a problem.
Step to reproduce
Using NPM v7 to install vue-wait v1.5.2 we have an error message about the unresolved dependency tree.
Expected Behavior
It should be worked without any error or warning.
Actual Behavior
There is an error from npm about the unresolved dependency tree:
Environment
Suggested solution
Add dependency range into the peer dependencies:
The text was updated successfully, but these errors were encountered: