Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19637] Something is broken again - alloy does not work after the recent update

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelscb-tooling
ReporterFix Please
AssigneeUnknown
Created2015-09-01T13:54:28.000+0000
Updated2018-02-28T19:54:58.000+0000

Description

[ERROR] Application Installer abnormal process termination. Process exit value was 1
[DEBUG] :  module.js:338
[DEBUG] :      throw err;
[DEBUG] :            ^
[ERROR] :  : Cannot find module 'G:\Program Files (x86)\titstu\alloy.cmd'
[DEBUG] :      at Function.Module._resolveFilename (module.js:336:15)
[DEBUG] :      at Function.Module._load (module.js:278:25)
[DEBUG] :      at Function.Module.runMain (module.js:501:10)
[DEBUG] :      at startup (node.js:129:16)
[DEBUG] :      at node.js:814:3
[ERROR] :  Alloy compiler failed

Comments

  1. Fix Please 2015-09-01

    *WAS (1.7.5):* if (process.platform === 'win32') { *NOW(1.7.6):* if (process.platform === 'win32' {color:#d04437}*&& paths.alloy.indexOf('.bin') !== -1*{color}) { WTF? There is NO ".bin" substring in the "alloy.cmd" string.
  2. Rakhi Mitro 2015-09-02

    Hi, I tested the issue you reported. It looks like the feature "Run a project with alloy" in Appcelerator Studio on Windows 7 . It doesn't appear to be based on our latest tests.I recommend you upgrade studio, alloy to the latest builds. and let us know if you get the error again. Please follow the steps below and let us know. *Test Steps:* Open command prompt and update . 1) appc ti setup
       
       
       ──────────────────────┤ Main Menu ├───────────────────────
        
          1)  quick    Quick Setup
          2)  check    Check Environment
          3)  user     User Information
          4)  app      New App Defaults
          5)  network  Network Settings
          6)  cli      Titanium CLI Settings
          7)  sdk      Titanium SDK Settings
          8)  ios      iOS Settings
          9)  android  Android Settings
         10)  exit     Exit
       Where do you want to go? 2
       
       
    2.To install alloy: *npm install -g alloy* Thanks
  3. Fix Please 2015-09-04

    Hello?
  4. Fix Please 2015-09-10

    ?
  5. Fix Please 2015-09-14

    ?
  6. Fix Please 2015-09-14

    1.7.7 update has the same issue. Can't you fix that?

JSON Source