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
I am using the plugin and it was what i was looking for, it's very useful. Thanks.
I am upgrading the Vue version to 3.2.45 and when I am using your latest version I get the error
Conflicting peer dependency: [email protected]
npm ERR! node_modules/vue
npm ERR! peer vue@"next" from [email protected]
npm ERR! node_modules/vue-handy-scroll
npm ERR! vue-handy-scroll@"3.0.1" from the root project
As I see the released version 3.0.1 has peer dependency vue@next but the latest code has peed dependency the latest vue version.
Can you rollout a new version that uses the latest package.json?
There is a --force switch that i can use at NPM to bypass the problem but I am not so confident in using such switch.
The text was updated successfully, but these errors were encountered:
I am using the plugin and it was what i was looking for, it's very useful. Thanks.
I am upgrading the Vue version to 3.2.45 and when I am using your latest version I get the error
As I see the released version 3.0.1 has peer dependency vue@next but the latest code has peed dependency the latest vue version.
Can you rollout a new version that uses the latest package.json?
There is a --force switch that i can use at NPM to bypass the problem but I am not so confident in using such switch.
The text was updated successfully, but these errors were encountered: