Hi,
Need help!! Why keep showing error for [Error: Module did not self-register.] when running appc command? This only happen to appc command, titanium command did not show this error message.
Anyone face the same issue? I suspect this issue related to node js. I tried uninstall and install the module, but no luck. I also tried : npm rebuild or npm cache clean, the error still there.
Below is the details:
users-MacBook-Pro-2:~ user$ node -v v0.12.7 users-MacBook-Pro-2:~ user$ npm -v 2.11.3 users-MacBook-Pro-2:~ user$ appc setup Finding latest version ...5.0.1 ? Version 5.0.1 already installed. [Error: Module did not self-register.] [Error: Module did not self-register.] ? Do you plan on developing Titanium apps? Yes Checking your environment... You have the latest Titanium SDK release 5.0.0.GA Congrats! No issues detected for developing cross-platform mobile apps! appc setup complete! users-MacBook-Pro-2:~ user$