Replies: 1 comment 2 replies
-
I found a way to fix the problem - install Though I don't really need |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks a lot for making the library.
I'd like to play with its API - try some changes and see how they work.
And, probably, contribute to the Library.
I'm trying to setup development environment and I'm experiencing some problems.
My steps:
vue-query
npm install
npm link
npm publish
npm link vue-query
npm run dev
(using Vite)When I open a page, I see the following in the Console:
Normally, I don't have any warnings, everything works fine. But with the "linked" version of the package I have the problems as in the picture.
Do you know what could go wrong?
What is you dev setup?
Node/Npm versions
--
Alexey
Beta Was this translation helpful? Give feedback.
All reactions