stefanvanherwijnen / quasar-app-extension-http-authentication

Token based authentication for Quasar Framework
MIT License
68 stars 15 forks source link

App Extension "http-authentication" has missing index script... #32

Closed frwkl closed 2 years ago

frwkl commented 3 years ago

Hello, thanks for nice work. After install your test/app, i got the following

App · ⚠️ App Extension "http-authentication" has missing index script...

What index script is needed ? I copied index.template.html to index.html, but i got the same error. Please can you help me ?

stefanvanherwijnen commented 3 years ago

Perhaps you need to run yarn install first in the test app folder. Easier is to just install the extension in a new project

frwkl commented 3 years ago

OK. Thank you very much. I will test it at the weekend.

JokerMartini commented 3 years ago

The solution here is to delete the node modules folder and then run yarn install. In most cases you shouldn't have the actual node modules included in a repo. The repo becomes huge at that point.

stefanvanherwijnen commented 3 years ago

I never noticed node modules is checked in... You are correct and it shouldn't be there. Will be fixed in v2.

JokerMartini commented 3 years ago

No worries. I've made this mistake myself before :) I noticed when I downloaded it was almost 400mb :)

When is v2 coming out? Will that support vue3

On Sat, Aug 28, 2021, 4:43 AM Stefan van Herwijnen @.***> wrote:

I never noticed node modules is checked in... You are correct and it shouldn't be there. Will be fixed in v2.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/stefanvanherwijnen/quasar-app-extension-http-authentication/issues/32#issuecomment-907594996, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKZ4LJKH3PAORFQGXOHQLTT7COSTANCNFSM4ZIU6D2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

stefanvanherwijnen commented 2 years ago

Should be fixed or no longer applicable in v2.