Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-14] Improve global package install support

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusResolved
ResolutionWon't Fix
Resolution Date2017-02-27T16:36:32.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2016-05-05T07:53:14.000+0000
Updated2017-02-27T16:36:32.000+0000

Description

appc install -g needs to download and install packages from the registry server and store them in the .appcelerator home directory. This is essentially done, but we need to allow multiple versions of packages to be installed at the same time. The Appc CLI must also take into consideration the Node.js version when running npm install to install package dependencies because it determines the API version and architecture for which native C++ addons are compiled against. If a Node version setting is present, then the install command can run npm install with that specific Node version.

Comments

  1. Chris Barber 2017-02-16

    I'm not sure how relevant this ticket is any more with respect to the daemon.
  2. Chris Barber 2017-02-27

    Decided not to fix this. We don't need it for Daemon.

JSON Source