Closed abelsromero closed 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.
Fixed the issue that caused task npmInstall fail in AppVeyour. Just repacing the default version of npm during the install step makes it work:
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.