Jerry McRae
Jerry McRae
with setting frontend: semantic-ui, option --react. Error: template directory not found "C:\Program Files (x86)\meteor-kitchen\templates\react\ui\semantic-ui\". * no semantic-ui directory for react * copied semantic-ui from blaze folder to react . *...
**generating example Invoices.** ERRORS preventing running: 1. double braces instead of braces at 1. `imports/ui/pages/invoices/details/details.jsx:228:29: Unexpected token, expected , (228:29)` 1. back slashes instead of slashes (Windows *only* issue). 1....
using example Invoices. Main menus are using Bootstrap classes. Attached is a diff file that fixes that. [fix classes.diff.txt](https://github.com/perak/kitchen-cli/files/1337849/fix.classes.diff.txt)
Write changes to username. Meteor 1.0 with the following setup writes the user names to "username", not profile.name. ``` Accounts.ui.config({ passwordSignupFields: 'USERNAME_AND_EMAIL' }); ```
Installed and tested on my Meteor 1.0 app. Noticed **Name** column _always_ shows the email. Looking at the data and the code I see you are using profile.name, where _all_...
My schema repo does **not** have that string in the URL, which prevents me from using this package at all. :(