[DAEMON-121] system-info: Detect npm in the x86 Node install dir
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-11-10T05:57:00.000+0000 |
Affected Version/s | Appc Daemon 1.0.0 |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-plugin-system-info |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2017-11-07T11:34:22.000+0000 |
Updated | 2017-11-10T05:57:00.000+0000 |
Description
Description
Following on from DAEMON-118, we only check %ProgramFiles%
for the Node install directory, last I checked Studio was installing the 32-bit version of node so we'll never find it under a node install from Studio.
We should probably check %ProgramFiles(X86)%
after checking %ProgramFiles%
if it doesn't exist.
Comments
JSON Source
https://github.com/appcelerator/appc-daemon/pull/130