ikloster03 / vue-dadata

Vue component for hinting addresses using dadata.ru
https://vue-dadata.ikloster.tech
MIT License
28 stars 31 forks source link

yarn add vue-dadata problem #46

Closed cavidz closed 4 years ago

cavidz commented 4 years ago

Hello everybody!

I have an installation problem with yarn in my VueJs project. After yarn add vue-dadata seems it has been installed. But when I want to initialize global or local it gives me an error:

This dependency was not found:

To install it, you can run: npm install --save vue-dadata

In my case I have to install it by yarn and npm is not preferred way. Is there any mistake by my side?

ikloster03 commented 4 years ago

@cavidz, thank you! I've found a problem and fixed it. I forgot to build a dist folder for npm publish.

cavidz commented 4 years ago

Thank you for quick reaction! =)