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

Calling ember create with no directory name doesn't create an application #20

Closed
jergason opened this issue Mar 28, 2013 · 1 comment
Closed
Assignees

Comments

@jergason
Copy link
Contributor

Steps to reproduce

npm install -g ember-tools
mkdir hurp && cd hurp
ember create
less .ember

Notice the .ember file looks like this:

{
  "modules": "cjs",
  "appDir": "[object Object]"
}

Also notice no application files are created.

What I expected

I would expect ember-tools to create an application inside my current directory, or at least warn me that a directory name to create the application inside of is required.

@ryanflorence
Copy link
Owner

Totally should be like "dude, give me dir".

On Mar 27, 2013, at 11:08 PM, Jamison Dance notifications@github.com wrote:

##Steps to reproduce

npm install -g ember-tools
mkdir hurp && cd hurp
ember create
less .ember
Notice the .ember file looks like this:

{
"modules": "cjs",
"appDir": "[object Object]"
}
Also notice no application files are created.

##What I expected

I would expect ember-tools to create an application inside my current directory, or at least warn me that a directory name to create the application inside of is required.


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

3 participants