I couldn't install vue-picker in my Vue v2.6.11 project. It says:
Could not resolve dependency: npm ERR! peer vue@"^3.0.7" from @invisiburu/vue-picker@2.0.5
That's true, the newest package versions are not compatible with Vue 2 projects. You can try the 1.1.2 version or lower which is still compatible with Vue 2.
Hi !
I couldn't install vue-picker in my Vue v2.6.11 project. It says: Could not resolve dependency: npm ERR! peer vue@"^3.0.7" from @invisiburu/vue-picker@2.0.5
So, it isn't work on Vue2 I guess... Right?