i18next / i18next-vue

Internationalization for Vue 2 & 3 using the i18next ecosystem
https://i18next.github.io/i18next-vue/
MIT License
74 stars 8 forks source link

Unable to install via npm? #2

Closed Xikura closed 2 years ago

Xikura commented 2 years ago

🐛 Bug Report

Unable to install using npm and install from zip / folder creates unexpected errors

To Reproduce

Expected behavior

For the module to be installed

Actual behavior

NPM throws a 404 error message

Your Environment

kkuegler commented 2 years ago

Thanks for checking out this package. We are still in the process of setting up this repository and the NPM packages. Currently, the i18next-vue package is not available via NPM yet.

We should have the packages ready in a couple days. I'll post a message here, when everything is in place to npm install.

kkuegler commented 2 years ago

The package is now available via npm. So npm install i18next-vue should get you the (beta) package now.

Feel free to re-open if you still encounter problems 😃