Open jcesarmobile opened 5 months ago
For the sake of transparency, my message from Discord:
I have just seen your issue on GitHub and it is true that the demo app can currently only be used by people who have access to the sponsorware. The demo app is primarily intended for me to test, but since it is being used more and more, I will probably have to split it up so that the sponsorware plugins have a separate demo app.
Describe the bug
npm install fails with
That was because I didn't have a github token for accessing github npm packages, which is not mentioned to be needed on the README. After adding it I get
Probably because I'm not a capawesome insider.
To Reproduce run
npm install
Expected behavior npm install should succeed
Additional context
Since this repository is linked as a "sample app" in several capacitor-community plugins, it should be able to install for everybody who wants to contribute to those plugins, not just for people who has access to capawesome plugins, maybe having a separate branch just with the capacitor-community plugins or a separate repository, but every capacitor-community should be able to install this app or shouldn't be linked in capacitor-community plugins as it's not usable.