[AC-2569] Titanium Setup installs an incompatible version of Node.js which effectively makes the installation fail.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-24T18:43:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio |
Labels | SupportTeam |
Reporter | Lars E.rnst |
Assignee | Mauro Parra-Miranda |
Created | 2013-07-18T12:17:20.000+0000 |
Updated | 2016-03-08T07:41:38.000+0000 |
Description
During the Node.ACS portion of the installation of "Titanium Studio" first this warning occurs:
{noformat}npm WARN engine tar@0.1.13: wanted: {"node":"~0.5.9 || 0.6 || 0.7 || 0.8"} (current: {"node":"v0.10.13","npm":"1.3.2"})
{noformat}
Then later the error:
{noformat}npm http 304 https://registry.npmjs.org/mongodb
unbuild connect-mongo@0.1.9
unbuild acs@1.0.3
npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: mongodb@0.9.9
npm ERR! notsup Valid OS: linux,darwin,freebsd
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: ia32
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "acs"
npm ERR! cwd C:\Users\Largoyle
npm ERR! node -v v0.10.13
npm ERR! npm -v 1.3.2
npm ERR! code EBADPLATFORM
{noformat}
According to ticket TC-2615 the problem stems entirely from the incompatible version of Node.JS
Resolving as fixed - Will be available in 3.2 and 3.1.2 as explained in TISTUD-4322
DUP of TISTUD-4322