Titanium JIRA Archive
Alloy (ALOY)

[ALOY-269] Manage installed version of Alloy

GitHub Issuen/a
TypeStory
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2012-09-24T17:52:21.000+0000
Affected Version/s2012 Sprint 19
Fix Version/s2012 Sprint 19, Release 3.0.0
ComponentsTitanium SDK, Titanium Studio
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2012-09-14T09:52:16.000+0000
Updated2018-03-07T22:26:02.000+0000

Description

Right now TiStudio is simply doing an "npm install alloy" to get alloy. This works for now, but eventually we are going to hit a point where non-backwards-compatible changes are made and developers should be able to manage which version of alloy they would like to install. We need to investigate from an npm perspective how different versions of Alloy can be installed, then we need to see how this can be managed inside TiStudio.

Comments

  1. Tony Lukasavage 2012-09-24

    Any version of alloy can be installed globally like this:
       sudo npm install -g alloy@0.2.34
       
    and developers can also install locally and execute like this:
       node ./node_modules/alloy/Alloy/alloy.js ALLOY_PARAMS
       

JSON Source