eclipse / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

NPM install bash-language server from plugin #2

Closed akurtakov closed 5 years ago

akurtakov commented 5 years ago

Bash-language-server has dependency on native modules which are incompatible across different npm versions e.g. module build with node 11 can't load on node 10 and vice versa. In order to prevent the case where only single Node version is supported language server has to be installed client side so more node versions can be suported.

JanecekPetr commented 5 years ago

And which node is required currently?

akurtakov commented 5 years ago

Current builds are done with Node 11.

akurtakov commented 5 years ago

Fixed with 657fa815a4cf06fb96e40bfb6e278c8a72a3d3a4