devbaji / vue3-google-login

Add Sign In With Google feature to your Vue 3 application
https://github.com/devbaji/vue3-google-login/
MIT License
202 stars 30 forks source link

Is version 2.0.24 missing dist folder #48

Closed paulus-tungle closed 10 months ago

paulus-tungle commented 10 months ago
image

I cannot see dist folder. Then I cannot build my project with 2.0.24. Tried with 2.0.23 and it works. Below is the error when I run npm install: [91m[vite:resolve] Failed to resolve entry for package "vue3-google-login". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "vue3-google-login"

purushottam-e9 commented 10 months ago

Hi @paulus-tungle any way to resolve this?

ranarn commented 10 months ago

Think this was a release made by misstake, by @lucasrmendonca in https://github.com/devbaji/vue3-google-login/pull/47

hungify2022 commented 10 months ago

Any update ... ?

purushottam-e9 commented 10 months ago

@hungify2022 pls downgrade the version to "vue3-google-login": "2.0.23"

cvrppradeep commented 10 months ago

you can use "vue3-google-login":"2.0.22" dist folder is there. before that remove it from package.json and delete package-lock.json then install@2.0.22 version

paulus-tungle commented 10 months ago

@hungify2022 pls downgrade the version to "vue3-google-login": "2.0.23"

@devpate9 Yes I also have to fix version to 2.0.23 to make it work :D

srijan-scanova commented 10 months ago

Yes! Version 2.0.24 is missing with dist folder. Please version 2.0.23 contains the dist folder. PS: Make sure to change ["vue3-google-login": "2.0.23"] in your package.json file.

devbaji commented 10 months ago

@ranarn @cvrppradeep @srijan-scanova @paulus-tungle @devpate9 Sorry for the mistake, I have resolved this in version 2.0.25 please upgrade to the latest version.