[AC-853] tiapp.xml editor fails to load 'Appcelerator Platform Services' info
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2015-12-10T12:06:13.000+0000 |
Affected Version/s | Appcelerator Studio 4.4.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Thomas Neerup |
Assignee | Mostafizur Rahman |
Created | 2015-11-30T10:19:43.000+0000 |
Updated | 2016-03-08T07:37:08.000+0000 |
Description
Steps to Reproduce
Just installed at fresh copy of Appcelerator Studio.
Created a new project. Enabled Appcelerator services.
Everything worked fine.
Now a couple of days later, Studio keeps saying that there is an update:
Appcelerator CLI Core (Required) Version N/A (see atached file)
I can install the update but necxt time i restart Studio. Studioasks me to update again.
Now every time i edit my tiapp.xml file it tels me that:
The app is registered with an organization you are not part of. (see atached file)
And thats just not true.
Actual Result
N/A
Expected Result
N/A
Attachments
Hi , Please run the command below and let us know. Step 1 :
Step 2 :
Could you please share with us your appcelerator plan / entitlements. ? Thanks
Hi... About the problem with not being able to se the "Appcelerator Platform Services info" it seems to be a problem that comes and goes... There is som lines in the .log file with errors... I have the indie plan. *About the update that keeps showing up:* I get the following output when i call "sudo npm install -g appcelerator" Not sure if I have to worry about it? And the Update keeps appearing... _mymachine:~ neerup$ sudo npm install -g appcelerator Password: /usr/local/bin/appc -> /usr/local/lib/node_modules/appcelerator/bin/appc /usr/local/bin/appcelerator -> /usr/local/lib/node_modules/appcelerator/bin/appc npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/npmconf requires semver@'2' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/semver, npm WARN unmet dependency which is version 5.0.3 npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/npmconf requires uid-number@'0.0.5' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/uid-number, npm WARN unmet dependency which is version 0.0.6 npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data requires semver@'2 || 3' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/semver, npm WARN unmet dependency which is version 5.0.3 appcelerator@4.2.2 /usr/local/lib/node_modules/appcelerator └── semver@3.0.1_
Hi , Try a clean install of your Appc CLI: Uninstall Appc CLI from NPM global path *npm uninstall -g appcelerator* Remove Appc CLI installed locally *rm -rf .appcelerator* Cache clean from NPM *npm cache clean* Then, reinstall Appc CLI from NPM *npm install -g appcelerator* Run *setup appc setup* Thanks
Hi... Tried uninstalling but it did not help... In my desperation did: rm -rf ~/.appcelerator rm -rf ~/.titanium sudo npm uninstall -g titanium sudo npm uninstall -g alloy sudo npm uninstall -g acs sudo npm uninstall -g appcelerator I uninstalled Studio, all npm packages, npm itself and node. Tried to install Studio but it failed... Installed node 4.2.2 from nodejs.org Installed Studio with succes And now it seems to be working... Thanks