Skip to content

CLI errors when creating new project #14373

Discussion options

You must be logged in to vote

After upgrading with nvm install 16 (v16.80.0), the debug messaging improved upon running yarn create quasar to show an error like this:

- package.json
undefined:6
  "author": "\"Tester McTesterson\" <"[email protected]">",
                                                                ^

It turns out when running yarn create quasar that neglecting to enter a value for the author field results in the field being auto-populated with the user values from the .gitconfig file. ie:

[user]
name = \"Tester McTesterson\"
email = \"[email protected]\"

Putting a string value ( ie: [email protected] ) without quotes in the author prompt defeats the auto-population and allows the cli to p…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@mandofever78
Comment options

Comment options

You must be logged in to vote
3 replies
@mandofever78
Comment options

@mandofever78
Comment options

@pdanpdan
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mandofever78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants