You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Steps to reproduce
Notice the .ember file looks like this:
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.
The text was updated successfully, but these errors were encountered: