]
Denis Golovin updated JBIDE-17566:
----------------------------------
Steps to Reproduce:
Workaround Description: Install node.js and make sure path to node location in $PATH
tern integration is not working OOTB if node.js is not installed
----------------------------------------------------------------
Key: JBIDE-17566
URL:
https://issues.jboss.org/browse/JBIDE-17566
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.2.0.Beta2
Reporter: Denis Golovin
Currently tern bundles with node.js binaries are not installed by default from TP and it
means tern integration is not working if there is no local node.js installation.
It happens because I forgot to add "x-installation:=greedy" directive into
jst.jsdt manifest whenJBDS-3049 was fixed.