kitchen-cli icon indicating copy to clipboard operation
kitchen-cli copied to clipboard

React generated project will not run

Open 1jerry opened this issue 8 years ago • 2 comments

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)
  2. back slashes instead of slashes (Windows only issue).
    1. imports/api/collections/joins/joins.js

1jerry avatar Sep 27 '17 15:09 1jerry

@1jerry

  1. "example-invoices" input file contains code specific to Blaze (double braces). That will be changed/removed.

  2. backslashes in "import" statement in joins.js file: fixed in v0.9.85 and will be deployed tomorrow.

Thank you!

perak avatar Sep 27 '17 20:09 perak

Backslashes in "import" statements under Windows: fixed and deployed. Meteor Kitchen version 0.9.85.

perak avatar Sep 28 '17 11:09 perak