Skip to content

Upgrade the version of node shipped with the build #4387

@megastef

Description

@megastef

Please stop distributing node.js v0.10 - and move to latest io.js or at least node 0.12.6 to make latest security patches available.

For example this one: https://medium.com/@iojs/important-security-upgrades-for-node-js-and-io-js-8ac14ece5852

I upgraded succesfully our Kibana 4.1.1 installation to io 2.3.3 on Linux 64 by following steps:

npm n -g 
n io 2.3.3
cd kibana/src
mv node_modules node_modules_old_0_10
npm i 

then change bin/kibana start script

NODE=/usr/local/bin/node 

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions