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

ember build is not working #22

Closed
alejandro opened this issue Mar 30, 2013 · 1 comment
Closed

ember build is not working #22

alejandro opened this issue Mar 30, 2013 · 1 comment

Comments

@alejandro
Copy link

Edit: ember build is working the problem is the file .ember which looks like:

{
  "modules": "cjs",
  "appDir": "[object Object]"
}
$ ember build
   created:     [object Object]/templates.js
   created:     [object Object]/index.js
   created:     [object Object]/application.js

find: `[object': No such file or directory
find: `Object]': No such file or directory

fs.js:670
  return binding.stat(pathModule._makeLong(path));
                 ^
Error: ENOENT, no such file or directory 'Object]/'
    at Object.fs.statSync (fs.js:670:18)

...

  at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)

    at /home/alejandro/.npm-modules/lib/node_modules/ember-tools/src/commands/bu
ild.js:55:22
    at ChildProcess.exithandler (child_process.js:606:7)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:700:16)
    at Process.ChildProcess._handle.onexit (child_process.js:767:5)
@ryanflorence
Copy link
Owner

I should handle this better, but when you create an app you need to specify a directory.

ember create [dir]

The README talks about this.

Thanks for the issue :)

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

2 participants