Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-2] appcd: Add support for distributable Node executable

GitHub Issuen/a
TypeNew Feature
PriorityCritical
StatusResolved
ResolutionFixed
Resolution Date2017-02-14T04:36:11.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 1.0.0
Componentsappcd
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2016-02-04T00:38:42.000+0000
Updated2017-02-14T04:36:11.000+0000

Description

The appc daemon needs the ability to lock down the Node.js version so that native modules can be pre-compiled. It currently has a placeholder for running a specific Node executable. The Node executable will be downloaded from the registry server. Both 32 and 64-bit Node executables will be available. The required Node.js version will be the latest LTS version, currently 4.4.3. This will most likely change to 6.2.0 LTS October 2016.

Comments

  1. Chris Barber 2017-02-14

    This was implemented back in 2017 Sprint 02 Tooling sprint in the commit https://github.com/cb1kenobi/appc-daemon/commit/a4cac50c593e018ed41a0dd49ad8e5223f23bd5d. This functionality is implemented in the appcd-nodejs micro-package. If the core's required Node.js version is not already installed, it will be downloaded prior to executing the core.

JSON Source