[DAEMON-14] Improve global package install support
GitHub Issue | n/a |
Type | Improvement |
Priority | Low |
Status | Resolved |
Resolution | Won't Fix |
Resolution Date | 2017-02-27T16:36:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2016-05-05T07:53:14.000+0000 |
Updated | 2017-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
JSON Source
I'm not sure how relevant this ticket is any more with respect to the daemon.
Decided not to fix this. We don't need it for Daemon.