[AC-2717] ACS NPM Installer fail on Linux Ubuntu 12.04
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-12-30T08:15:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio |
Labels | n/a |
Reporter | Damien Laureaux |
Assignee | Mauro Parra-Miranda |
Created | 2012-10-12T05:06:17.000+0000 |
Updated | 2016-03-08T07:41:49.000+0000 |
Description
When TiStudio start the first time after upgrade to TiStudio 3.0, a check is excuted :
{quote}
'gksudo --message='Titanium Studio would like to install acs.'' '/usr/bin/npm -g install http://titanium-studio.s3.amazonaws.com/acs/acs-dp1.tar.gz' | tee
install.log
{quote}
But console say:
{quote}
gksudo --message=Titanium : command not found
{quote}
I think the right command is:
{quote}
gksudo --message="Titanium Studio would like to install acs." /usr/bin/npm -g install http://titanium-studio.s3.amazonaws.com/acs/acs-dp1.tar.gz | tee > install.log
{quote}
Hi Damien, This should be fixed in the latest Studio 3.0.1 stable release. Could you see if you still run into the issue? Thanks.
It's OK for me. You can close this ticket