Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

failed to create new project if the project name has blank space. #20

Closed
ranxiang opened this issue Dec 17, 2015 · 1 comment
Closed

Comments

@ranxiang
Copy link

sample:

$foundation new
? What are you building today? A website (Foundation for Sites)
? What's the project called? Arrows Queen
? Which template would you like to use? ZURB Template: includes Handlebars templates and Sass/JS compilers

            .
           /|     ,
      , /|/  \/| /|       Thanks for using ZURB Foundation for Sites!
     /|/       |/ |       -------------------------------------------
 |___|            |___|   Let's set up a new project.
 \___|  ^^   ^^   |___/   It shouldn't take more than a minute.
     | -[O]--[O]- |
     |    ___,    |
     |    ...     |
      \__________/


Downloading the project template...There was an issue running git clone to download the Foundation for Apps template.
Make sure your computer's Git is configured properly and then try again.

If remove the blank space, the result looks well like:

$foundation new
? What are you building today? A website (Foundation for Sites)
? What's the project called? arrowsqueen
? Which template would you like to use? ZURB Template: includes Handlebars templates and Sass/JS compilers

            .
           /|     ,
      , /|/  \/| /|       Thanks for using ZURB Foundation for Sites!
     /|/       |/ |       -------------------------------------------
 |___|            |___|   Let's set up a new project.
 \___|  ^^   ^^   |___/   It shouldn't take more than a minute.
     | -[O]--[O]- |
     |    ___,    |
     |    ...     |
      \__________/


Downloading the project template...
Done downloading!

Installing dependencies...
...

You're all set!

 ✓ New project folder created.
 ✓ Node modules installed.
 ✓ Bower components installed.

Now run foundation watch while inside the arrowsqueen folder.
@gakimball
Copy link
Contributor

Fixed via #19

We'll have a new release out soon with this fix.

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

No branches or pull requests

2 participants