angelozerr / tern.java

Use tern.js in Java context
http://ternjs.net/
Other
249 stars 52 forks source link

JBDS-4132 Could not load nodeJSInstall: node-v0.10.22-linux-x86_64 #443

Closed vrubezhny closed 7 years ago

vrubezhny commented 7 years ago

JBDS-4132 Could not load nodeJSInstall: node-v0.10.22-linux-x86_64 (branch 1.2.x)

The destination directory for unpacking the Node.js runtime is changed from plugins installation directories to /.metadata/.plugins/ directory in user's workspace in order to prevent the attempts to extract the runtime zip-archive into the directories with restricted access rights.

See: https://issues.jboss.org/browse/JBDS-4132 Issue: #441 Could not load nodeJSInstall: node-v0.10.22-linux-x86_64 Signed-off-by: Victor Rubezhny vrubezhny@redhat.com

angelozerr commented 7 years ago

Thanks @vrubezhny !