-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error when running tripple #90
Comments
Resolved in e944fd4 I also published version 0.3.1 to npm with this fix. Please try installing 0.3.1 and try again:
|
after did that ...i have another error : warn: could not find api.jsca file, auto-complete disabled events.js:72 |
This may not generate much more output, but try running triple with the --verbose flag. I am curious what the root cause of not being able to load the app.jsca file. Can you give me details of your setup? OS and version, Titanium SDK version, and what's the output of running "ti sdk" at the command line? |
OS : Window 7 32bit && Window 8.1 64bit ( produce the same error ) SDK Install Locations: Installed SDKs: |
i don't know what happen..when i'm trying to run command triple , it show error like this :
var cacheFile = path.join(sdk.path,'triple.cache
');
^
TypeError: Cannot read property 'path' of undefined
at C:\Users\Carl\AppData\Roaming\npm\node_modules\triple\lib\triple.js:78:34
21
at ChildProcess.exithandler (child_process.js:652:7)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Process.ChildProcess._handle.onexit (child_process.js:823:5)
The text was updated successfully, but these errors were encountered: