fivetanley / ember-cli-migrator

migrate your files to the standard ember-cli structure, preserving git history
MIT License
106 stars 22 forks source link

error installing #43

Closed koryteg closed 9 years ago

koryteg commented 9 years ago

I get these errors while installing:

Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo

but I am running as sudo.

koryteg commented 9 years ago

I needed to open xcode and agree to the terms... that was dumb.

but now I am getting this error: In file included from ../src/ffi.cc:2: ../src/ffi.h:57:43: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'? static Handle FFIPrepCif(const Arguments& args); ^~~~~ v8::internal::Arguments

fivetanley commented 9 years ago

Hmm, one of my dependencies is likely depending on something with a C extension that needs an update for 0.12/iojs. I'll look into it ASAP

fivetanley commented 9 years ago

I think this has been fixed in 0.5.0. Can you try installing with npm install -g ember-cli-migrator@0.5.x for me?

koryteg commented 9 years ago

it works now thanks!!