Install SDK 11.1.1.GA #13681
-
Was trying to install latest sdk. But I ran into error. Then I tried to reinstall sdk 10.1.0.GA and it seems that it overwrites the exiting one without any issues. Compare to this I tried to install sdk 11.1.1.GA again, but I ran into same error.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Not using nvm here but the download and install works fine on my machine. The error is in https://github.com/tidev/titanium/blob/master/lib/commands/sdk.js#L730 so when it tries to move it from something like |
Beta Was this translation helpful? Give feedback.
Not using nvm here but the download and install works fine on my machine.
Try the following: download the zip from the link and run
ti sdk install mobilesdk-11.1.1.GA-linux.zip
in the Downloads folder.Also check if your tmp partition/folder is running out of space. The file should be in the tmp folder:
The error is in https://github.com/tidev/titanium/blob/master/lib/commands/sdk.js#L730 so when it tries to move it from something like
/tmp/titanium--12837-17MvVQgpHWKO-.zip
to/tmp/mobilesdk-11.1.1.GA-linux.zip
. And it looks like this fails on your machine.