stefanvanherwijnen/quasar-app-extension-http-authentication

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

frwkl opened this issue · 6 comments

frwkl commented

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 ?

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

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

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.

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

Should be fixed or no longer applicable in v2.