Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Email Required #2247

Open
CauaSantosCoder opened this issue Nov 17, 2022 · 3 comments
Open

Error: Email Required #2247

CauaSantosCoder opened this issue Nov 17, 2022 · 3 comments
Labels

Comments

@CauaSantosCoder
Copy link

CauaSantosCoder commented Nov 17, 2022

Question

how to get around this error, does it count after i choose any model when i do tabris init
error

@cookieguru
Copy link
Contributor

The email is used to fill out the author section of the generated config.xml.

Normally the email is pulled from git (git config --list) but it should prompt you if it cannot parse an email from that config. Was there a prompt that you did not fill out? If so try running tabris init again without skipping that prompt. Otherwise please open an issue in generator-tabris-js

@jhay06
Copy link

jhay06 commented Jun 4, 2023

i have this error with the latest tabris @3.9.0

but i managed to fixed it , since it has the module of github-username . the first thing i thought is that the console is looking for our github credentials stored in our device

to fix :

git config --global user.name "your username"
git config --global user.email "github emailaddress"

then run again the tabris init and volla the app template wil lbe created .

@cookieguru
Copy link
Contributor

This should be fixed via eclipsesource/generator-tabris-js@1ecc3fa

Updating the CLI to 3.9.1 or newer with npm install tabris-cli@latest -g should resolve the error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants