vue-auth icon indicating copy to clipboard operation
vue-auth copied to clipboard

Vue3 Demo - Could not resolve dependency vue@"^3.2.0" from [email protected]

Open MarcoDotNet opened this issue 3 years ago • 0 comments

Hello, and thank you for the effort you put into this Project.

I'm a beginner with Vue and tried to run your vue3 demo, unfortunately without success.

npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.2.0" from [email protected]
npm ERR! node_modules/vue-router
npm ERR!   vue-router@"next" from the root project

It would be great if you could update the dependencies. The current last stable vue version "3.2.33" worked for me.

MarcoDotNet avatar Apr 16 '22 22:04 MarcoDotNet