chiquitinxx / grooscript

Converts your Groovy code to Javascript
https://www.grooscript.org
Other
221 stars 18 forks source link

fixed AppVeyor issue with task npmInstall (Java8 commented). fix #29 #31

Closed abelsromero closed 9 years ago

abelsromero commented 9 years ago

Fixed the issue that caused task npmInstall fail in AppVeyour. Just repacing the default version of npm during the install step makes it work:

npm -g install npm@2

Details here: https://github.com/appveyor/ci/issues/102#issuecomment-69798303

However this does not make the build work, because other errors occur due to issues on windows, but tests can be executed now at least :smiley: I'll just open another issue about this.

Also Java 8 has been commented until it compatibility is fixed.